diff options
| author | Chris Lattner <sabre@nondot.org> | 2004-08-16 21:55:02 +0000 |
|---|---|---|
| committer | Chris Lattner <sabre@nondot.org> | 2004-08-16 21:55:02 +0000 |
| commit | 9fb30a4257bf9fa0d7083677d48a4c26649ce1ef (patch) | |
| tree | b50047cd85e1f9d44062627caa9d0a4d006583f1 /llvm/lib/CodeGen/MachineCodeForInstruction.cpp | |
| parent | 491a52cf22047a5e4b64e702a143db4f814960d5 (diff) | |
| download | bcm5719-llvm-9fb30a4257bf9fa0d7083677d48a4c26649ce1ef.tar.gz bcm5719-llvm-9fb30a4257bf9fa0d7083677d48a4c26649ce1ef.zip | |
Move MachineCodeForInstruction.h and MachineFunctionInfo.h into lib/Target/SparcV9
llvm-svn: 15830
Diffstat (limited to 'llvm/lib/CodeGen/MachineCodeForInstruction.cpp')
| -rw-r--r-- | llvm/lib/CodeGen/MachineCodeForInstruction.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/lib/CodeGen/MachineCodeForInstruction.cpp b/llvm/lib/CodeGen/MachineCodeForInstruction.cpp index c4b2ee5c9f6..dee1cb91206 100644 --- a/llvm/lib/CodeGen/MachineCodeForInstruction.cpp +++ b/llvm/lib/CodeGen/MachineCodeForInstruction.cpp @@ -22,13 +22,13 @@ // //===----------------------------------------------------------------------===// -#include "llvm/CodeGen/MachineCodeForInstruction.h" +#include "../Target/SparcV9/MachineCodeForInstruction.h" #include "llvm/Function.h" #include "llvm/Instructions.h" #include "llvm/Type.h" #include "llvm/CodeGen/MachineInstr.h" #include "llvm/CodeGen/MachineFunction.h" -#include "llvm/CodeGen/MachineFunctionInfo.h" +#include "../Target/SparcV9/MachineFunctionInfo.h" #include "../Target/SparcV9/MachineInstrAnnot.h" #include "../Target/SparcV9/SparcV9TmpInstr.h" using namespace llvm; |

