diff options
| author | Chris Lattner <sabre@nondot.org> | 2002-04-28 19:55:58 +0000 |
|---|---|---|
| committer | Chris Lattner <sabre@nondot.org> | 2002-04-28 19:55:58 +0000 |
| commit | ca14237696a1b7453bbf90f511bd9f2b03254ae9 (patch) | |
| tree | d176761686c4436643314719e1adb1406689a6a7 /llvm/lib/CodeGen/InstrSelection | |
| parent | aa77eab129a804b39b876fc42cb8477c53315bcc (diff) | |
| download | bcm5719-llvm-ca14237696a1b7453bbf90f511bd9f2b03254ae9.tar.gz bcm5719-llvm-ca14237696a1b7453bbf90f511bd9f2b03254ae9.zip | |
Split ConstantVals.h into Constant.h and Constants.h
llvm-svn: 2378
Diffstat (limited to 'llvm/lib/CodeGen/InstrSelection')
| -rw-r--r-- | llvm/lib/CodeGen/InstrSelection/InstrForest.cpp | 2 | ||||
| -rw-r--r-- | llvm/lib/CodeGen/InstrSelection/InstrSelectionSupport.cpp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/llvm/lib/CodeGen/InstrSelection/InstrForest.cpp b/llvm/lib/CodeGen/InstrSelection/InstrForest.cpp index e2f45a0285b..8fa59584c02 100644 --- a/llvm/lib/CodeGen/InstrSelection/InstrForest.cpp +++ b/llvm/lib/CodeGen/InstrSelection/InstrForest.cpp @@ -24,7 +24,7 @@ #include "llvm/Function.h" #include "llvm/iTerminators.h" #include "llvm/iMemory.h" -#include "llvm/ConstantVals.h" +#include "llvm/Constant.h" #include "llvm/BasicBlock.h" #include "llvm/CodeGen/MachineInstr.h" #include "Support/STLExtras.h" diff --git a/llvm/lib/CodeGen/InstrSelection/InstrSelectionSupport.cpp b/llvm/lib/CodeGen/InstrSelection/InstrSelectionSupport.cpp index 24efdf1456c..c042e368c9d 100644 --- a/llvm/lib/CodeGen/InstrSelection/InstrSelectionSupport.cpp +++ b/llvm/lib/CodeGen/InstrSelection/InstrSelectionSupport.cpp @@ -19,7 +19,7 @@ #include "llvm/CodeGen/InstrForest.h" #include "llvm/Target/TargetMachine.h" #include "llvm/Target/MachineRegInfo.h" -#include "llvm/ConstantVals.h" +#include "llvm/Constants.h" #include "llvm/Function.h" #include "llvm/BasicBlock.h" #include "llvm/Type.h" |

