diff options
Diffstat (limited to 'llvm/test/CodeGen/PowerPC/lxvw4x-bug.ll')
-rw-r--r-- | llvm/test/CodeGen/PowerPC/lxvw4x-bug.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/PowerPC/lxvw4x-bug.ll b/llvm/test/CodeGen/PowerPC/lxvw4x-bug.ll index 1f521a5d533..9390819d560 100644 --- a/llvm/test/CodeGen/PowerPC/lxvw4x-bug.ll +++ b/llvm/test/CodeGen/PowerPC/lxvw4x-bug.ll @@ -1,4 +1,4 @@ -; RUN: llc -O0 -mcpu=pwr8 -mtriple=powerpc64le-unknown-unknown < %s | FileCheck %s +; RUN: llc -verify-machineinstrs -O0 -mcpu=pwr8 -mtriple=powerpc64le-unknown-unknown < %s | FileCheck %s ; Function Attrs: nounwind define void @test() { entry: |