diff options
Diffstat (limited to 'llvm/test/CodeGen/PowerPC/crash.ll')
-rw-r--r-- | llvm/test/CodeGen/PowerPC/crash.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/PowerPC/crash.ll b/llvm/test/CodeGen/PowerPC/crash.ll index 5cecca72fdb..87767c6dcfa 100644 --- a/llvm/test/CodeGen/PowerPC/crash.ll +++ b/llvm/test/CodeGen/PowerPC/crash.ll @@ -1,4 +1,4 @@ -; RUN: llc < %s -mtriple=powerpc64-unknown-linux-gnu -mcpu=pwr7 +; RUN: llc -verify-machineinstrs < %s -mtriple=powerpc64-unknown-linux-gnu -mcpu=pwr7 define void @test1(i1 %x, i8 %x2, i8* %x3, i64 %x4) { entry: |