diff options
author | Chris Lattner <sabre@nondot.org> | 2004-02-29 19:12:51 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2004-02-29 19:12:51 +0000 |
commit | 3859031b9b084e17e77b09a1035f1561f6ac6b5b (patch) | |
tree | f758afb18cefc5907e3301583c84221425639b63 /llvm/lib/CodeGen/MachineInstrAnnot.cpp | |
parent | d5a49c477ded7266bc58d24dd7b5b1ed4b062155 (diff) | |
download | bcm5719-llvm-3859031b9b084e17e77b09a1035f1561f6ac6b5b.tar.gz bcm5719-llvm-3859031b9b084e17e77b09a1035f1561f6ac6b5b.zip |
Move the private MachineInstrAnnot.h into a private directory.
llvm-svn: 12003
Diffstat (limited to 'llvm/lib/CodeGen/MachineInstrAnnot.cpp')
-rw-r--r-- | llvm/lib/CodeGen/MachineInstrAnnot.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/MachineInstrAnnot.cpp b/llvm/lib/CodeGen/MachineInstrAnnot.cpp index de709ecafa6..a784978299b 100644 --- a/llvm/lib/CodeGen/MachineInstrAnnot.cpp +++ b/llvm/lib/CodeGen/MachineInstrAnnot.cpp @@ -12,7 +12,7 @@ // //===----------------------------------------------------------------------===// -#include "llvm/CodeGen/MachineInstrAnnot.h" +#include "../Target/SparcV9/MachineInstrAnnot.h" #include "llvm/CodeGen/InstrSelection.h" #include "llvm/CodeGen/MachineCodeForInstruction.h" #include "llvm/iOther.h" |