summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/X86/push-cfi-debug.ll
diff options
context:
space:
mode:
authorHans Wennborg <hans@hanshq.net>2016-04-06 16:10:20 +0000
committerHans Wennborg <hans@hanshq.net>2016-04-06 16:10:20 +0000
commita7e396b5ef430f7ce375175cd021b0a0a8bfa8d1 (patch)
tree5d4532c75bd170ba6a2954fe03987c52a11b5f68 /llvm/test/CodeGen/X86/push-cfi-debug.ll
parentbd90c60afb863511efc856740c4997300a430ad6 (diff)
downloadbcm5719-llvm-a7e396b5ef430f7ce375175cd021b0a0a8bfa8d1.tar.gz
bcm5719-llvm-a7e396b5ef430f7ce375175cd021b0a0a8bfa8d1.zip
Revert "Re-commit r265039 "[X86] Merge adjacent stack adjustments in eliminateCallFramePseudoInstr (PR27140)""
It seems to be causing ASan tests to crash, probably due to miscompiling the run-time somehow. llvm-svn: 265551
Diffstat (limited to 'llvm/test/CodeGen/X86/push-cfi-debug.ll')
-rw-r--r--llvm/test/CodeGen/X86/push-cfi-debug.ll4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/CodeGen/X86/push-cfi-debug.ll b/llvm/test/CodeGen/X86/push-cfi-debug.ll
index 217898fffb1..1dfe64e6980 100644
--- a/llvm/test/CodeGen/X86/push-cfi-debug.ll
+++ b/llvm/test/CodeGen/X86/push-cfi-debug.ll
@@ -23,8 +23,8 @@ declare x86_stdcallcc void @stdfoo(i32, i32) #0
; CHECK: .cfi_adjust_cfa_offset 4
; CHECK: calll stdfoo
; CHECK: .cfi_adjust_cfa_offset -8
-; CHECK: addl $20, %esp
-; CHECK: .cfi_adjust_cfa_offset -20
+; CHECK: addl $8, %esp
+; CHECK: .cfi_adjust_cfa_offset -8
define void @test1() #0 !dbg !4 {
entry:
tail call void @foo(i32 1, i32 2) #1, !dbg !10
OpenPOWER on IntegriCloud