summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2004-02-13 23:33:17 +0000
committerChris Lattner <sabre@nondot.org>2004-02-13 23:33:17 +0000
commitaa82943a1dac05a24ecca8322011b7af281405f6 (patch)
treea507f24e3c7566e63962cca58744eb3c9a7a333d /test
parentc01ab8f3e1322017b6ed5c3787612e0a1c372e7a (diff)
downloadllvm-aa82943a1dac05a24ecca8322011b7af281405f6.tar.gz
llvm-aa82943a1dac05a24ecca8322011b7af281405f6.tar.bz2
llvm-aa82943a1dac05a24ecca8322011b7af281405f6.tar.xz
Update tests
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11418 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test')
-rw-r--r--test/CBackend/2003-06-23-PromotedExprs.llx2
-rw-r--r--test/CBackend/2003-06-28-LinkOnceGlobalVars.llx2
-rw-r--r--test/CodeGen/CBackend/2003-06-23-PromotedExprs.llx2
-rw-r--r--test/CodeGen/CBackend/2003-06-28-LinkOnceGlobalVars.llx2
4 files changed, 4 insertions, 4 deletions
diff --git a/test/CBackend/2003-06-23-PromotedExprs.llx b/test/CBackend/2003-06-23-PromotedExprs.llx
index 7f3ceff3ba..d3ad57fc11 100644
--- a/test/CBackend/2003-06-23-PromotedExprs.llx
+++ b/test/CBackend/2003-06-23-PromotedExprs.llx
@@ -1,5 +1,5 @@
-; RUN: llvm-as < %s | llvm-dis -c > %t1.cbe.c
+; RUN: llvm-as < %s | llc -march=c > %t1.cbe.c
; RUN: gcc -B/usr/bin/ %t1.cbe.c -o %t1.cbe
; RUN: %t1.cbe
diff --git a/test/CBackend/2003-06-28-LinkOnceGlobalVars.llx b/test/CBackend/2003-06-28-LinkOnceGlobalVars.llx
index 2281ffa39c..acb3c22db8 100644
--- a/test/CBackend/2003-06-28-LinkOnceGlobalVars.llx
+++ b/test/CBackend/2003-06-28-LinkOnceGlobalVars.llx
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | llvm-dis -c | grep common | grep X
+; RUN: llvm-as < %s | llc -march=c | grep common | grep X
%X = linkonce global int 5
diff --git a/test/CodeGen/CBackend/2003-06-23-PromotedExprs.llx b/test/CodeGen/CBackend/2003-06-23-PromotedExprs.llx
index 7f3ceff3ba..d3ad57fc11 100644
--- a/test/CodeGen/CBackend/2003-06-23-PromotedExprs.llx
+++ b/test/CodeGen/CBackend/2003-06-23-PromotedExprs.llx
@@ -1,5 +1,5 @@
-; RUN: llvm-as < %s | llvm-dis -c > %t1.cbe.c
+; RUN: llvm-as < %s | llc -march=c > %t1.cbe.c
; RUN: gcc -B/usr/bin/ %t1.cbe.c -o %t1.cbe
; RUN: %t1.cbe
diff --git a/test/CodeGen/CBackend/2003-06-28-LinkOnceGlobalVars.llx b/test/CodeGen/CBackend/2003-06-28-LinkOnceGlobalVars.llx
index 2281ffa39c..acb3c22db8 100644
--- a/test/CodeGen/CBackend/2003-06-28-LinkOnceGlobalVars.llx
+++ b/test/CodeGen/CBackend/2003-06-28-LinkOnceGlobalVars.llx
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | llvm-dis -c | grep common | grep X
+; RUN: llvm-as < %s | llc -march=c | grep common | grep X
%X = linkonce global int 5