From: Eric Christopher Date: Tue, 2 Oct 2012 21:44:16 +0000 (+0000) Subject: Allow alternate instructions to silence bot. X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b45bcc6d72e5854d71666b368acf40910e09be10;p=platform%2Fupstream%2Fllvm.git Allow alternate instructions to silence bot. llvm-svn: 165055 --- diff --git a/llvm/test/DebugInfo/X86/prologue-stack.ll b/llvm/test/DebugInfo/X86/prologue-stack.ll index 9455cad..929db519 100644 --- a/llvm/test/DebugInfo/X86/prologue-stack.ll +++ b/llvm/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