aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/Alpha/Alpha.td
diff options
context:
space:
mode:
authorEvan Cheng <evan.cheng@apple.com>2008-11-24 07:34:46 +0000
committerEvan Cheng <evan.cheng@apple.com>2008-11-24 07:34:46 +0000
commit301aaf5364b0e64e779165ec12b217c546a1506e (patch)
tree5ae555d9ca7d27fa348738ca034d61ada1ec094e /lib/Target/Alpha/Alpha.td
parentcf576fd7d2bf5153fce9e451b1fcb1456a49c6bc (diff)
downloadexternal_llvm-301aaf5364b0e64e779165ec12b217c546a1506e.zip
external_llvm-301aaf5364b0e64e779165ec12b217c546a1506e.tar.gz
external_llvm-301aaf5364b0e64e779165ec12b217c546a1506e.tar.bz2
Move target independent td files from lib/Target/ to include/llvm/Target so they can be distributed along with the header files.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@59953 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/Alpha/Alpha.td')
-rw-r--r--lib/Target/Alpha/Alpha.td2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Target/Alpha/Alpha.td b/lib/Target/Alpha/Alpha.td
index 65a760b..e3748c6 100644
--- a/lib/Target/Alpha/Alpha.td
+++ b/lib/Target/Alpha/Alpha.td
@@ -12,7 +12,7 @@
// Get the target-independent interfaces which we are implementing...
//
-include "../Target.td"
+include "llvm/Target/Target.td"
//Alpha is little endian