diff options
Diffstat (limited to 'llvm/test/CodeGen/PowerPC/i128-and-beyond.ll')
-rw-r--r-- | llvm/test/CodeGen/PowerPC/i128-and-beyond.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/PowerPC/i128-and-beyond.ll b/llvm/test/CodeGen/PowerPC/i128-and-beyond.ll index 51bcab24411..acdea09f447 100644 --- a/llvm/test/CodeGen/PowerPC/i128-and-beyond.ll +++ b/llvm/test/CodeGen/PowerPC/i128-and-beyond.ll @@ -1,4 +1,4 @@ -; RUN: llc < %s -march=ppc32 | grep 4294967295 | count 28 +; RUN: llc -verify-machineinstrs < %s -march=ppc32 | grep 4294967295 | count 28 ; These static initializers are too big to hand off to assemblers ; as monolithic blobs. |