diff options
Diffstat (limited to 'llvm/test/CodeGen/PowerPC/fold-li.ll')
-rw-r--r-- | llvm/test/CodeGen/PowerPC/fold-li.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/PowerPC/fold-li.ll b/llvm/test/CodeGen/PowerPC/fold-li.ll index 92d8da500e8..4e46ffd3dc0 100644 --- a/llvm/test/CodeGen/PowerPC/fold-li.ll +++ b/llvm/test/CodeGen/PowerPC/fold-li.ll @@ -1,4 +1,4 @@ -; RUN: llc < %s -march=ppc32 | \ +; RUN: llc -verify-machineinstrs < %s -march=ppc32 | \ ; RUN: grep -v align | not grep li ;; Test that immediates are folded into these instructions correctly. |