[llvm-commits] [llvm] r92232 -	/llvm/trunk/include/llvm/Support/IRBuilder.h
    Chris Lattner 
    sabre at nondot.org
       
    Mon Dec 28 13:52:06 PST 2009
    
    
  
Author: lattner
Date: Mon Dec 28 15:52:06 2009
New Revision: 92232
URL: http://llvm.org/viewvc/llvm-project?rev=92232&view=rev
Log:
remove #include that comes in from ConstantFolder.h
Modified:
    llvm/trunk/include/llvm/Support/IRBuilder.h
Modified: llvm/trunk/include/llvm/Support/IRBuilder.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/Support/IRBuilder.h?rev=92232&r1=92231&r2=92232&view=diff
==============================================================================
--- llvm/trunk/include/llvm/Support/IRBuilder.h (original)
+++ llvm/trunk/include/llvm/Support/IRBuilder.h Mon Dec 28 15:52:06 2009
@@ -15,7 +15,6 @@
 #ifndef LLVM_SUPPORT_IRBUILDER_H
 #define LLVM_SUPPORT_IRBUILDER_H
 
-#include "llvm/Constants.h"
 #include "llvm/Instructions.h"
 #include "llvm/BasicBlock.h"
 #include "llvm/ADT/Twine.h"
    
    
More information about the llvm-commits
mailing list