aboutsummaryrefslogtreecommitdiffstats
path: root/lib/CodeGen
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2004-02-29 19:12:51 +0000
committerChris Lattner <sabre@nondot.org>2004-02-29 19:12:51 +0000
commit08d4963d49348b4fd0593dbff0153975f251596c (patch)
treed54c7067a6f96f847be70bcbcc60cd888dc3c6bc /lib/CodeGen
parent78827e9f8be2d5681a03e8dc59194a185d0a6eeb (diff)
downloadexternal_llvm-08d4963d49348b4fd0593dbff0153975f251596c.zip
external_llvm-08d4963d49348b4fd0593dbff0153975f251596c.tar.gz
external_llvm-08d4963d49348b4fd0593dbff0153975f251596c.tar.bz2
Move the private MachineInstrAnnot.h into a private directory.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@12003 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen')
-rw-r--r--lib/CodeGen/MachineInstrAnnot.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/CodeGen/MachineInstrAnnot.cpp b/lib/CodeGen/MachineInstrAnnot.cpp
index de709ec..a784978 100644
--- a/lib/CodeGen/MachineInstrAnnot.cpp
+++ b/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"