summaryrefslogtreecommitdiffstats
path: root/llvm
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
commit9e2c7f659e808c2188ad5b80d0f773add73e2965 (patch)
tree4f14197f8c3afbd582f7f961937f94217dd2dfa7 /llvm
parentb811e4bb5d49a8d490841391e95b18819d7e9d06 (diff)
downloadbcm5719-llvm-9e2c7f659e808c2188ad5b80d0f773add73e2965.tar.gz
bcm5719-llvm-9e2c7f659e808c2188ad5b80d0f773add73e2965.zip
Space after punctuation.
llvm-svn: 148451
Diffstat (limited to 'llvm')
-rw-r--r--llvm/test/CodeGen/X86/tailcall-disable.ll28
1 files changed, 14 insertions, 14 deletions
diff --git a/llvm/test/CodeGen/X86/tailcall-disable.ll b/llvm/test/CodeGen/X86/tailcall-disable.ll
index a561b74609a..b628f5e537f 100644
--- a/llvm/test/CodeGen/X86/tailcall-disable.ll
+++ b/llvm/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
OpenPOWER on IntegriCloud