[llvm-branch-commits] [llvm-branch] r88897 - /llvm/branches/Apple/Leela/lib/Target/ARM/ARMBaseRegisterInfo.cpp

Evan Cheng evan.cheng at apple.com
Sun Nov 15 21:57:07 PST 2009


Author: evancheng
Date: Sun Nov 15 23:57:07 2009
New Revision: 88897

URL: http://llvm.org/viewvc/llvm-project?rev=88897&view=rev
Log:
Unbreak the build.

Modified:
    llvm/branches/Apple/Leela/lib/Target/ARM/ARMBaseRegisterInfo.cpp

Modified: llvm/branches/Apple/Leela/lib/Target/ARM/ARMBaseRegisterInfo.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/branches/Apple/Leela/lib/Target/ARM/ARMBaseRegisterInfo.cpp?rev=88897&r1=88896&r2=88897&view=diff

==============================================================================
--- llvm/branches/Apple/Leela/lib/Target/ARM/ARMBaseRegisterInfo.cpp (original)
+++ llvm/branches/Apple/Leela/lib/Target/ARM/ARMBaseRegisterInfo.cpp Sun Nov 15 23:57:07 2009
@@ -25,6 +25,7 @@
 #include "llvm/CodeGen/MachineConstantPool.h"
 #include "llvm/CodeGen/MachineFrameInfo.h"
 #include "llvm/CodeGen/MachineFunction.h"
+#include "llvm/CodeGen/MachineFunctionPass.h"
 #include "llvm/CodeGen/MachineInstrBuilder.h"
 #include "llvm/CodeGen/MachineLocation.h"
 #include "llvm/CodeGen/MachineRegisterInfo.h"





More information about the llvm-branch-commits mailing list