summaryrefslogtreecommitdiff
path: root/include/llvm/Support/InstVisitor.h
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2003-11-28 01:46:06 +0000
committerChris Lattner <sabre@nondot.org>2003-11-28 01:46:06 +0000
commitd423fb5cbfdf9268899039ee49a0b3e09f661ca9 (patch)
tree276354395b127306bebe46b0e8ee98fa4b5cdf8c /include/llvm/Support/InstVisitor.h
parentf095db12372f8eb195db9dab28688155ea8591ea (diff)
downloadllvm-d423fb5cbfdf9268899039ee49a0b3e09f661ca9.tar.gz
llvm-d423fb5cbfdf9268899039ee49a0b3e09f661ca9.tar.bz2
llvm-d423fb5cbfdf9268899039ee49a0b3e09f661ca9.tar.xz
fix gcc 3.4 compatibility problem
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10248 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/Support/InstVisitor.h')
-rw-r--r--include/llvm/Support/InstVisitor.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/Support/InstVisitor.h b/include/llvm/Support/InstVisitor.h
index 9a34edb71f..b3fc893df6 100644
--- a/include/llvm/Support/InstVisitor.h
+++ b/include/llvm/Support/InstVisitor.h
@@ -50,7 +50,7 @@
#ifndef LLVM_SUPPORT_INSTVISITOR_H
#define LLVM_SUPPORT_INSTVISITOR_H
-#include "llvm/Instruction.h"
+#include "llvm/Function.h"
namespace llvm {