InstrTypes.h includes Instruction.h, so it's not necessary to include both.
authorDan Gohman <gohman@apple.com>
Thu, 5 Nov 2009 19:42:20 +0000 (19:42 +0000)
committerDan Gohman <gohman@apple.com>
Thu, 5 Nov 2009 19:42:20 +0000 (19:42 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@86162 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/Support/ConstantFolder.h
include/llvm/Support/TargetFolder.h

index b4589af745a42114016e7730e6f3096b53fb4db4..b73cea04aba8d3b62770ac53cd3d4ee2e7b9e896 100644 (file)
@@ -18,7 +18,6 @@
 #define LLVM_SUPPORT_CONSTANTFOLDER_H
 
 #include "llvm/Constants.h"
-#include "llvm/Instruction.h"
 #include "llvm/InstrTypes.h"
 
 namespace llvm {
index e9cf585b6708c32118c39afc581224aa68c50e75..18726e2cd537e26e62bb061302121ae4601c2c75 100644 (file)
@@ -20,7 +20,6 @@
 #define LLVM_SUPPORT_TARGETFOLDER_H
 
 #include "llvm/Constants.h"
-#include "llvm/Instruction.h"
 #include "llvm/InstrTypes.h"
 #include "llvm/Analysis/ConstantFolding.h"