commit | d423fb5cbfdf9268899039ee49a0b3e09f661ca9 | [log] [tgz] |
---|---|---|
author | Chris Lattner <sabre@nondot.org> | Fri Nov 28 01:46:06 2003 +0000 |
committer | Chris Lattner <sabre@nondot.org> | Fri Nov 28 01:46:06 2003 +0000 |
tree | 276354395b127306bebe46b0e8ee98fa4b5cdf8c | |
parent | f095db12372f8eb195db9dab28688155ea8591ea [diff] |
fix gcc 3.4 compatibility problem git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10248 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/include/llvm/Support/InstVisitor.h b/include/llvm/Support/InstVisitor.h index 9a34edb..b3fc893 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 {