From: Eric Christopher Date: Tue, 2 Oct 2012 21:44:16 +0000 (+0000) Subject: Allow alternate instructions to silence bot. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=abe704309f2958f14ba4b59d9be8c9fba72a48c1;p=oota-llvm.git Allow alternate instructions to silence bot. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@165055 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/DebugInfo/X86/prologue-stack.ll b/test/DebugInfo/X86/prologue-stack.ll index 9455cadab98..929db519026 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