fix gcc 3.4 compatibility problem
authorChris Lattner <sabre@nondot.org>
Fri, 28 Nov 2003 01:46:06 +0000 (01:46 +0000)
committerChris Lattner <sabre@nondot.org>
Fri, 28 Nov 2003 01:46:06 +0000 (01:46 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10248 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/Support/InstVisitor.h

index 9a34edb71f10b665065c46d9f7b25f17dc8f1924..b3fc893df63ed0d53c2dcd020b81a4076b6b6a33 100644 (file)
@@ -50,7 +50,7 @@
 #ifndef LLVM_SUPPORT_INSTVISITOR_H
 #define LLVM_SUPPORT_INSTVISITOR_H
 
-#include "llvm/Instruction.h"
+#include "llvm/Function.h"
 
 namespace llvm {