Update tests
authorChris Lattner <sabre@nondot.org>
Fri, 13 Feb 2004 23:33:17 +0000 (23:33 +0000)
committerChris Lattner <sabre@nondot.org>
Fri, 13 Feb 2004 23:33:17 +0000 (23:33 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11418 91177308-0d34-0410-b5e6-96231b3b80d8

test/CBackend/2003-06-23-PromotedExprs.llx
test/CBackend/2003-06-28-LinkOnceGlobalVars.llx
test/CodeGen/CBackend/2003-06-23-PromotedExprs.llx
test/CodeGen/CBackend/2003-06-28-LinkOnceGlobalVars.llx

index 7f3ceff3ba1f642edbc9e6a6d85bd7de67ac5105..d3ad57fc11167cee8a4e9d7df17c33b30994466a 100644 (file)
@@ -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
 
index 2281ffa39c05e9c75284d21225c043c163e5dbc8..acb3c22db8cdb2f817b03afb6e55b688912645fb 100644 (file)
@@ -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
 
index 7f3ceff3ba1f642edbc9e6a6d85bd7de67ac5105..d3ad57fc11167cee8a4e9d7df17c33b30994466a 100644 (file)
@@ -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
 
index 2281ffa39c05e9c75284d21225c043c163e5dbc8..acb3c22db8cdb2f817b03afb6e55b688912645fb 100644 (file)
@@ -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