diff options
Diffstat (limited to 'llvm/test/CodeGen/PowerPC/reloc-align.ll')
-rw-r--r-- | llvm/test/CodeGen/PowerPC/reloc-align.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/PowerPC/reloc-align.ll b/llvm/test/CodeGen/PowerPC/reloc-align.ll index 754997bccbd..090d072f0de 100644 --- a/llvm/test/CodeGen/PowerPC/reloc-align.ll +++ b/llvm/test/CodeGen/PowerPC/reloc-align.ll @@ -1,4 +1,4 @@ -; RUN: llc -mcpu=pwr7 -O1 < %s | FileCheck %s +; RUN: llc -verify-machineinstrs -mcpu=pwr7 -O1 < %s | FileCheck %s ; This test verifies that the peephole optimization of address accesses ; does not produce a load or store with a relocation that can't be |