[llvm-commits] [llvm] r111456 - /llvm/trunk/lib/Target/ARM/ARMConstantIslandPass.cpp
Eric Christopher
echristo at apple.com
Wed Aug 18 16:38:16 PDT 2010
Author: echristo
Date: Wed Aug 18 18:38:16 2010
New Revision: 111456
URL: http://llvm.org/viewvc/llvm-project?rev=111456&view=rev
Log:
Remove extra header.
Modified:
llvm/trunk/lib/Target/ARM/ARMConstantIslandPass.cpp
Modified: llvm/trunk/lib/Target/ARM/ARMConstantIslandPass.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Target/ARM/ARMConstantIslandPass.cpp?rev=111456&r1=111455&r2=111456&view=diff
==============================================================================
--- llvm/trunk/lib/Target/ARM/ARMConstantIslandPass.cpp (original)
+++ llvm/trunk/lib/Target/ARM/ARMConstantIslandPass.cpp Wed Aug 18 18:38:16 2010
@@ -21,7 +21,6 @@
#include "Thumb2InstrInfo.h"
#include "llvm/CodeGen/MachineConstantPool.h"
#include "llvm/CodeGen/MachineFunctionPass.h"
-#include "llvm/CodeGen/MachineInstrBuilder.h"
#include "llvm/CodeGen/MachineJumpTableInfo.h"
#include "llvm/Target/TargetData.h"
#include "llvm/Target/TargetMachine.h"
More information about the llvm-commits
mailing list