diff options
Diffstat (limited to 'llvm/test/CodeGen/PowerPC/resolvefi-disp.ll')
-rw-r--r-- | llvm/test/CodeGen/PowerPC/resolvefi-disp.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/PowerPC/resolvefi-disp.ll b/llvm/test/CodeGen/PowerPC/resolvefi-disp.ll index a1c2070a6f4..72755df0eb9 100644 --- a/llvm/test/CodeGen/PowerPC/resolvefi-disp.ll +++ b/llvm/test/CodeGen/PowerPC/resolvefi-disp.ll @@ -1,4 +1,4 @@ -; RUN: llc -mtriple=powerpc64-unknown-linux-gnu -mcpu=pwr7 -print-after=localstackalloc <%s >%t 2>&1 && FileCheck <%t %s +; RUN: llc -verify-machineinstrs -mtriple=powerpc64-unknown-linux-gnu -mcpu=pwr7 -print-after=localstackalloc <%s >%t 2>&1 && FileCheck <%t %s ; Due to a bug in isFrameOffsetLegal we ended up with resolveFrameIndex creating ; addresses with out-of-range displacements. Verify that this no longer happens. |