aboutsummaryrefslogtreecommitdiffstats
path: root/test/DebugInfo/X86/prologue-stack.ll
diff options
context:
space:
mode:
authorEric Christopher <echristo@apple.com>2012-10-02 21:44:16 +0000
committerEric Christopher <echristo@apple.com>2012-10-02 21:44:16 +0000
commitabe704309f2958f14ba4b59d9be8c9fba72a48c1 (patch)
tree8c3e3e601815f8e54926e1952479c7f2d59ac1dc /test/DebugInfo/X86/prologue-stack.ll
parent55c86c67ee7ac8596c439d41b93851e7ad024c43 (diff)
downloadexternal_llvm-abe704309f2958f14ba4b59d9be8c9fba72a48c1.zip
external_llvm-abe704309f2958f14ba4b59d9be8c9fba72a48c1.tar.gz
external_llvm-abe704309f2958f14ba4b59d9be8c9fba72a48c1.tar.bz2
Allow alternate instructions to silence bot.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@165055 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/DebugInfo/X86/prologue-stack.ll')
-rw-r--r--test/DebugInfo/X86/prologue-stack.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/DebugInfo/X86/prologue-stack.ll b/test/DebugInfo/X86/prologue-stack.ll
index 9455cad..929db51 100644
--- a/test/DebugInfo/X86/prologue-stack.ll
+++ b/test/DebugInfo/X86/prologue-stack.ll
@@ -9,7 +9,7 @@
define i32 @isel_line_test2() nounwind uwtable {
; The stack adjustment should be part of the prologue.
; CHECK: isel_line_test2:
- ; CHECK: subq {{.*}}, %rsp
+ ; CHECK: {{subq|leaq}} {{.*}}, %rsp
; CHECK: .loc 1 5 3 prologue_end
entry:
%call = call i32 @callme(i32 400), !dbg !10