[llvm-commits] [llvm] r148451 - /llvm/trunk/test/CodeGen/X86/tailcall-disable.ll

Nick Lewycky nicholas at mxc.ca
Wed Jan 18 17:13:47 PST 2012


Author: nicholas
Date: Wed Jan 18 19:13:47 2012
New Revision: 148451

URL: http://llvm.org/viewvc/llvm-project?rev=148451&view=rev
Log:
Space after punctuation.

Modified:
    llvm/trunk/test/CodeGen/X86/tailcall-disable.ll

Modified: llvm/trunk/test/CodeGen/X86/tailcall-disable.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/tailcall-disable.ll?rev=148451&r1=148450&r2=148451&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/X86/tailcall-disable.ll (original)
+++ llvm/trunk/test/CodeGen/X86/tailcall-disable.ll Wed Jan 18 19:13:47 2012
@@ -15,14 +15,14 @@
   ret i32 %call
 }
 
-;CALL: test1:
-;CALL-NOT: ret
-;CALL: callq helper
-;CALL: ret
+; CALL: test1:
+; CALL-NOT: ret
+; CALL: callq helper
+; CALL: ret
 
-;JMP: test1:
-;JMP-NOT: ret
-;JMP: jmp helper # TAILCALL
+; JMP: test1:
+; JMP-NOT: ret
+; JMP: jmp helper # TAILCALL
 
 define i32 @test2() nounwind {
 entry:
@@ -30,11 +30,11 @@
   ret i32 %call
 }
 
-;CALL: test2:
-;CALL-NOT: ret
-;CALL: callq test2
-;CALL: ret
+; CALL: test2:
+; CALL-NOT: ret
+; CALL: callq test2
+; CALL: ret
 
-;JMP: test2:
-;JMP-NOT: ret
-;JMP: jmp test2 # TAILCALL
+; JMP: test2:
+; JMP-NOT: ret
+; JMP: jmp test2 # TAILCALL





More information about the llvm-commits mailing list