From 7b65a0008d2c559a3b12bf4457226cea00852518 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Fri, 13 Feb 2004 23:33:17 +0000 Subject: [PATCH] Update tests llvm-svn: 11418 --- llvm/test/Regression/CBackend/2003-06-23-PromotedExprs.llx | 2 +- llvm/test/Regression/CBackend/2003-06-28-LinkOnceGlobalVars.llx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/llvm/test/Regression/CBackend/2003-06-23-PromotedExprs.llx b/llvm/test/Regression/CBackend/2003-06-23-PromotedExprs.llx index 7f3ceff3ba1f..d3ad57fc1116 100644 --- a/llvm/test/Regression/CBackend/2003-06-23-PromotedExprs.llx +++ b/llvm/test/Regression/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/llvm/test/Regression/CBackend/2003-06-28-LinkOnceGlobalVars.llx b/llvm/test/Regression/CBackend/2003-06-28-LinkOnceGlobalVars.llx index 2281ffa39c05..acb3c22db8cd 100644 --- a/llvm/test/Regression/CBackend/2003-06-28-LinkOnceGlobalVars.llx +++ b/llvm/test/Regression/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