[llvm-commits] [llvm] r165055 - /llvm/trunk/test/DebugInfo/X86/prologue-stack.ll

Eric Christopher echristo at apple.com
Tue Oct 2 14:44:16 PDT 2012


Author: echristo
Date: Tue Oct  2 16:44:16 2012
New Revision: 165055

URL: http://llvm.org/viewvc/llvm-project?rev=165055&view=rev
Log:
Allow alternate instructions to silence bot.

Modified:
    llvm/trunk/test/DebugInfo/X86/prologue-stack.ll

Modified: llvm/trunk/test/DebugInfo/X86/prologue-stack.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/DebugInfo/X86/prologue-stack.ll?rev=165055&r1=165054&r2=165055&view=diff
==============================================================================
--- llvm/trunk/test/DebugInfo/X86/prologue-stack.ll (original)
+++ llvm/trunk/test/DebugInfo/X86/prologue-stack.ll Tue Oct  2 16:44:16 2012
@@ -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





More information about the llvm-commits mailing list