[llvm-commits] [llvm] r86162 - in /llvm/trunk/include/llvm/Support: ConstantFolder.h TargetFolder.h

Dan Gohman gohman at apple.com
Thu Nov 5 11:42:20 PST 2009


Author: djg
Date: Thu Nov  5 13:42:20 2009
New Revision: 86162

URL: http://llvm.org/viewvc/llvm-project?rev=86162&view=rev
Log:
InstrTypes.h includes Instruction.h, so it's not necessary to include both.

Modified:
    llvm/trunk/include/llvm/Support/ConstantFolder.h
    llvm/trunk/include/llvm/Support/TargetFolder.h

Modified: llvm/trunk/include/llvm/Support/ConstantFolder.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/Support/ConstantFolder.h?rev=86162&r1=86161&r2=86162&view=diff

==============================================================================
--- llvm/trunk/include/llvm/Support/ConstantFolder.h (original)
+++ llvm/trunk/include/llvm/Support/ConstantFolder.h Thu Nov  5 13:42:20 2009
@@ -18,7 +18,6 @@
 #define LLVM_SUPPORT_CONSTANTFOLDER_H
 
 #include "llvm/Constants.h"
-#include "llvm/Instruction.h"
 #include "llvm/InstrTypes.h"
 
 namespace llvm {

Modified: llvm/trunk/include/llvm/Support/TargetFolder.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/Support/TargetFolder.h?rev=86162&r1=86161&r2=86162&view=diff

==============================================================================
--- llvm/trunk/include/llvm/Support/TargetFolder.h (original)
+++ llvm/trunk/include/llvm/Support/TargetFolder.h Thu Nov  5 13:42:20 2009
@@ -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"
 





More information about the llvm-commits mailing list