summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/tailcall-disable.ll
diff options
context:
space:
mode:
authorNick Lewycky <nicholas@mxc.ca>2012-01-19 01:13:47 +0000
committerNick Lewycky <nicholas@mxc.ca>2012-01-19 01:13:47 +0000
commit2faa5d2328bd513ec6e94a741f494470810baf42 (patch)
tree83f1df0ee791dd9743884e668738bd5267b96a81 /test/CodeGen/X86/tailcall-disable.ll
parentbca15f9c8059ccb9244853f86593c35ac35c8801 (diff)
downloadllvm-2faa5d2328bd513ec6e94a741f494470810baf42.tar.gz
llvm-2faa5d2328bd513ec6e94a741f494470810baf42.tar.bz2
llvm-2faa5d2328bd513ec6e94a741f494470810baf42.tar.xz
Space after punctuation.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@148451 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/X86/tailcall-disable.ll')
-rw-r--r--test/CodeGen/X86/tailcall-disable.ll28
1 files changed, 14 insertions, 14 deletions
diff --git a/test/CodeGen/X86/tailcall-disable.ll b/test/CodeGen/X86/tailcall-disable.ll
index a561b74609..b628f5e537 100644
--- a/test/CodeGen/X86/tailcall-disable.ll
+++ b/test/CodeGen/X86/tailcall-disable.ll
@@ -15,14 +15,14 @@ entry:
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 @@ entry:
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