[llvm-commits] [llvm] r85250 - /llvm/trunk/include/llvm/Instructions.h

Chris Lattner sabre at nondot.org
Tue Oct 27 09:53:54 PDT 2009


Author: lattner
Date: Tue Oct 27 11:53:54 2009
New Revision: 85250

URL: http://llvm.org/viewvc/llvm-project?rev=85250&view=rev
Log:
trim another #include

Modified:
    llvm/trunk/include/llvm/Instructions.h

Modified: llvm/trunk/include/llvm/Instructions.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/Instructions.h?rev=85250&r1=85249&r2=85250&view=diff

==============================================================================
--- llvm/trunk/include/llvm/Instructions.h (original)
+++ llvm/trunk/include/llvm/Instructions.h Tue Oct 27 11:53:54 2009
@@ -20,7 +20,6 @@
 #include "llvm/DerivedTypes.h"
 #include "llvm/Attributes.h"
 #include "llvm/CallingConv.h"
-#include "llvm/LLVMContext.h"
 #include "llvm/ADT/SmallVector.h"
 #include <iterator>
 





More information about the llvm-commits mailing list