Fix typo.
[oota-llvm.git] / test / CodeGen / PowerPC / 2007-01-04-ArgExtension.ll
index 70d5ad315868b6af91b9f3b7a45a179690ae206e..805528cf2efd688b5632c69865f711504fd2a907 100644 (file)
@@ -1,7 +1,7 @@
-; RUN: llvm-as < %s | llc | grep extsb &&
-; RUN: llvm-as < %s | llc | 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                ; <i32> [#uses=1]
         %tmp1 = sext i16 %s to i32              ; <i32> [#uses=1]