diff options
Diffstat (limited to 'llvm/test/CodeGen/X86/2009-02-12-DebugInfoVLA.ll')
| -rw-r--r-- | llvm/test/CodeGen/X86/2009-02-12-DebugInfoVLA.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/X86/2009-02-12-DebugInfoVLA.ll b/llvm/test/CodeGen/X86/2009-02-12-DebugInfoVLA.ll index c0b078ab3ff..8edaf3f1fa3 100644 --- a/llvm/test/CodeGen/X86/2009-02-12-DebugInfoVLA.ll +++ b/llvm/test/CodeGen/X86/2009-02-12-DebugInfoVLA.ll @@ -12,7 +12,7 @@ define signext i8 @foo(i8* %s1) nounwind ssp { ; movq %rax, %rsp ; CHECK-LABEL: @foo -; CHECK: movq -40(%rbp), %rsp +; CHECK: movq -{{[0-9]+}}(%rbp), %rsp entry: %s1_addr = alloca i8* ; <i8**> [#uses=2] |

