summaryrefslogtreecommitdiff
path: root/test/CodeGen
diff options
context:
space:
mode:
authorGalina Kistanova <gkistanova@gmail.com>2011-06-18 00:59:37 +0000
committerGalina Kistanova <gkistanova@gmail.com>2011-06-18 00:59:37 +0000
commita566ec94e64855c2e651d161caaa27f9013b48fc (patch)
tree4180d2368824fb7ab278992eaf48c735203272fa /test/CodeGen
parent3b6434e360315849a65b1ac85e16d160131a77a4 (diff)
downloadllvm-a566ec94e64855c2e651d161caaa27f9013b48fc.tar.gz
llvm-a566ec94e64855c2e651d161caaa27f9013b48fc.tar.bz2
llvm-a566ec94e64855c2e651d161caaa27f9013b48fc.tar.xz
Moved to the right place.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@133324 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen')
-rw-r--r--test/CodeGen/CBackend/X86/2008-06-04-IndirectMem.ll (renamed from test/CodeGen/X86/2008-06-04-IndirectMem.ll)0
-rw-r--r--test/CodeGen/CBackend/X86/dg.exp5
2 files changed, 5 insertions, 0 deletions
diff --git a/test/CodeGen/X86/2008-06-04-IndirectMem.ll b/test/CodeGen/CBackend/X86/2008-06-04-IndirectMem.ll
index 054a3cad90..054a3cad90 100644
--- a/test/CodeGen/X86/2008-06-04-IndirectMem.ll
+++ b/test/CodeGen/CBackend/X86/2008-06-04-IndirectMem.ll
diff --git a/test/CodeGen/CBackend/X86/dg.exp b/test/CodeGen/CBackend/X86/dg.exp
new file mode 100644
index 0000000000..833bcc5702
--- /dev/null
+++ b/test/CodeGen/CBackend/X86/dg.exp
@@ -0,0 +1,5 @@
+load_lib llvm.exp
+
+if { [llvm_supports_target X86] && [llvm_gcc_supports c] } {
+ RunLLVMTests [lsort [glob -nocomplain $srcdir/$subdir/*.{ll,c,cpp,s}]]
+}