summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorBill Wendling <isanbard@gmail.com>2009-03-18 00:19:44 +0000
committerBill Wendling <isanbard@gmail.com>2009-03-18 00:19:44 +0000
commit64ec298e689edb8e3eae5bdd4bb4ae6584519bdb (patch)
tree6fc2033ad8c1ca8a1e93bd89513952435e854e40 /test
parent652c3c36c562d4d4c7a900958f2aa5276a7e5bc8 (diff)
downloadexternal_llvm-64ec298e689edb8e3eae5bdd4bb4ae6584519bdb.zip
external_llvm-64ec298e689edb8e3eae5bdd4bb4ae6584519bdb.tar.gz
external_llvm-64ec298e689edb8e3eae5bdd4bb4ae6584519bdb.tar.bz2
A more proper -mtriple.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@67138 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test')
-rw-r--r--test/CodeGen/X86/20090313-signext.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/20090313-signext.ll b/test/CodeGen/X86/20090313-signext.ll
index 6681682..67847b6 100644
--- a/test/CodeGen/X86/20090313-signext.ll
+++ b/test/CodeGen/X86/20090313-signext.ll
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | llc -march=x86-64 -mtriple=*-*-linux > %t
+; RUN: llvm-as < %s | llc -march=x86-64 -mtriple=x86_64-pc-linux > %t
; RUN: grep {movswl %ax, %edi} %t
; RUN: grep {movw x(%rip), %ax} %t