[llvm-commits] CVS: llvm/lib/Target/SparcV9/InstrSelection/InstrSelection.cpp
Chris Lattner
lattner at cs.uiuc.edu
Sun Jun 20 02:55:07 PDT 2004
Changes in directory llvm/lib/Target/SparcV9/InstrSelection:
InstrSelection.cpp updated: 1.79 -> 1.80
---
Log message:
Move the IntrinsicLowering header into the CodeGen directory, as per PR346: http://llvm.cs.uiuc.edu/PR346
---
Diffs of the changes: (+1 -1)
Index: llvm/lib/Target/SparcV9/InstrSelection/InstrSelection.cpp
diff -u llvm/lib/Target/SparcV9/InstrSelection/InstrSelection.cpp:1.79 llvm/lib/Target/SparcV9/InstrSelection/InstrSelection.cpp:1.80
--- llvm/lib/Target/SparcV9/InstrSelection/InstrSelection.cpp:1.79 Tue Jun 8 13:52:46 2004
+++ llvm/lib/Target/SparcV9/InstrSelection/InstrSelection.cpp Sun Jun 20 02:47:36 2004
@@ -16,11 +16,11 @@
#include "llvm/CodeGen/InstrSelection.h"
#include "llvm/Function.h"
-#include "llvm/IntrinsicLowering.h"
#include "llvm/iPHINode.h"
#include "llvm/iOther.h"
#include "llvm/Pass.h"
#include "llvm/CodeGen/InstrForest.h"
+#include "llvm/CodeGen/IntrinsicLowering.h"
#include "llvm/CodeGen/MachineCodeForInstruction.h"
#include "llvm/CodeGen/MachineFunction.h"
#include "llvm/Target/TargetMachine.h"
More information about the llvm-commits
mailing list