diff options
-rw-r--r-- | llvm/test/CodeGen/X86/trunc-store.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/X86/trunc-store.ll b/llvm/test/CodeGen/X86/trunc-store.ll index 9b145342c31..646b4b2c336 100644 --- a/llvm/test/CodeGen/X86/trunc-store.ll +++ b/llvm/test/CodeGen/X86/trunc-store.ll @@ -27,7 +27,7 @@ define void @fn1() { ; CHECK-LABEL: fn1 -; CHECK: movb $0, -8(%rsp) +; CHECK: movb $0, {{.*}}(%rsp) ; CHECK: cmpq $8, %rax for.cond: br label %vector.body |