X-Git-Url: http://plrg.eecs.uci.edu/git/?a=blobdiff_plain;f=test%2FCodeGen%2FPowerPC%2F2007-01-04-ArgExtension.ll;h=805528cf2efd688b5632c69865f711504fd2a907;hb=1e8077f10ca273511c55f7f13533ce35f8e4c3be;hp=06875f3ec92c78551d54760e47a7cf4c16c41ada;hpb=05a141646317097a8cdb0bd51ad66ca12a7602f1;p=oota-llvm.git diff --git a/test/CodeGen/PowerPC/2007-01-04-ArgExtension.ll b/test/CodeGen/PowerPC/2007-01-04-ArgExtension.ll index 06875f3ec92..805528cf2ef 100644 --- a/test/CodeGen/PowerPC/2007-01-04-ArgExtension.ll +++ b/test/CodeGen/PowerPC/2007-01-04-ArgExtension.ll @@ -1,7 +1,7 @@ -; RUN: llvm-as < %s | llc -march=ppc32 | grep extsb && -; RUN: llvm-as < %s | llc -march=ppc32 | grep extsh +; RUN: llc < %s -march=ppc32 | grep extsb +; RUN: llc < %s -march=ppc32 | grep extsh -define i32 %p1(i8 %c, i16 %s) { +define i32 @p1(i8 %c, i16 %s) { entry: %tmp = sext i8 %c to i32 ; [#uses=1] %tmp1 = sext i16 %s to i32 ; [#uses=1]