[llvm-commits] [llvm] r92972 - /llvm/trunk/lib/Target/X86/X86FastISel.cpp

Eric Christopher echristo at apple.com
Thu Jan 7 16:05:33 PST 2010


Author: echristo
Date: Thu Jan  7 18:05:33 2010
New Revision: 92972

URL: http://llvm.org/viewvc/llvm-project?rev=92972&view=rev
Log:
Remove extraneous include.

Modified:
    llvm/trunk/lib/Target/X86/X86FastISel.cpp

Modified: llvm/trunk/lib/Target/X86/X86FastISel.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Target/X86/X86FastISel.cpp?rev=92972&r1=92971&r2=92972&view=diff

==============================================================================
--- llvm/trunk/lib/Target/X86/X86FastISel.cpp (original)
+++ llvm/trunk/lib/Target/X86/X86FastISel.cpp Thu Jan  7 18:05:33 2010
@@ -19,7 +19,6 @@
 #include "X86RegisterInfo.h"
 #include "X86Subtarget.h"
 #include "X86TargetMachine.h"
-#include "llvm/Constant.h"
 #include "llvm/CallingConv.h"
 #include "llvm/DerivedTypes.h"
 #include "llvm/GlobalVariable.h"





More information about the llvm-commits mailing list