diff options
-rw-r--r-- | test/CodeGen/PowerPC/small-arguments.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/PowerPC/small-arguments.ll b/test/CodeGen/PowerPC/small-arguments.ll index 65a6928148..d00326ebc7 100644 --- a/test/CodeGen/PowerPC/small-arguments.ll +++ b/test/CodeGen/PowerPC/small-arguments.ll @@ -1,4 +1,4 @@ -; RUN: llvm-as < %s | llc -march=ppc32 | not grep 'extsh\|rlwinm r3, r3' +; RUN: llvm-as < %s | llc -march=ppc32 | not grep 'extsh\|rlwinm' int %test1(short %X) { %Y = cast short %X to int ;; dead |