[llvm-commits] CVS: llvm/lib/Target/SparcV9/SparcV9PreSelection.cpp
Brian Gaeke
gaeke at cs.uiuc.edu
Wed Aug 4 00:29:50 PDT 2004
Changes in directory llvm/lib/Target/SparcV9:
SparcV9PreSelection.cpp updated: 1.39 -> 1.40
---
Log message:
Include SparcV9BurgISel.h, because PreSelection uses routines from within
the SparcV9 BURG instruction selector. Eww!
---
Diffs of the changes: (+1 -1)
Index: llvm/lib/Target/SparcV9/SparcV9PreSelection.cpp
diff -u llvm/lib/Target/SparcV9/SparcV9PreSelection.cpp:1.39 llvm/lib/Target/SparcV9/SparcV9PreSelection.cpp:1.40
--- llvm/lib/Target/SparcV9/SparcV9PreSelection.cpp:1.39 Thu Jul 29 12:11:35 2004
+++ llvm/lib/Target/SparcV9/SparcV9PreSelection.cpp Wed Aug 4 02:29:40 2004
@@ -16,7 +16,7 @@
//===----------------------------------------------------------------------===//
#include "SparcV9Internals.h"
-#include "SparcV9InstrSelectionSupport.h"
+#include "SparcV9BurgISel.h"
#include "llvm/Constants.h"
#include "llvm/DerivedTypes.h"
#include "llvm/Instructions.h"
More information about the llvm-commits
mailing list