aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/X86/tailcallstack64.ll
diff options
context:
space:
mode:
authorNAKAMURA Takumi <geek4civic@gmail.com>2011-01-26 02:03:37 +0000
committerNAKAMURA Takumi <geek4civic@gmail.com>2011-01-26 02:03:37 +0000
commite5fffe9c3fa402cb5d5167327783f82b86f52b8f (patch)
tree99922cab327b69f9b8e79cc72def01a45c63ed2b /test/CodeGen/X86/tailcallstack64.ll
parentc5b7a4223d4d91abbfd98f016f2f173ce181003e (diff)
downloadexternal_llvm-e5fffe9c3fa402cb5d5167327783f82b86f52b8f.zip
external_llvm-e5fffe9c3fa402cb5d5167327783f82b86f52b8f.tar.gz
external_llvm-e5fffe9c3fa402cb5d5167327783f82b86f52b8f.tar.bz2
Fix whitespace.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@124270 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/X86/tailcallstack64.ll')
-rw-r--r--test/CodeGen/X86/tailcallstack64.ll1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/CodeGen/X86/tailcallstack64.ll b/test/CodeGen/X86/tailcallstack64.ll
index 107bdf9..52b074d 100644
--- a/test/CodeGen/X86/tailcallstack64.ll
+++ b/test/CodeGen/X86/tailcallstack64.ll
@@ -22,4 +22,3 @@ entry:
%retval = tail call fastcc i32 @tailcallee(i32 %p1, i32 %p2, i32 %p3, i32 %p4, i32 %p5, i32 %p6, i32 %in2,i32 %tmp)
ret i32 %retval
}
-