diff options
author | NAKAMURA Takumi <geek4civic@gmail.com> | 2011-01-26 02:03:37 +0000 |
---|---|---|
committer | NAKAMURA Takumi <geek4civic@gmail.com> | 2011-01-26 02:03:37 +0000 |
commit | e5fffe9c3fa402cb5d5167327783f82b86f52b8f (patch) | |
tree | 99922cab327b69f9b8e79cc72def01a45c63ed2b /test | |
parent | c5b7a4223d4d91abbfd98f016f2f173ce181003e (diff) |
Fix whitespace.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@124270 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test')
-rw-r--r-- | test/CodeGen/X86/tailcallstack64.ll | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/CodeGen/X86/tailcallstack64.ll b/test/CodeGen/X86/tailcallstack64.ll index 107bdf9de3..52b074def5 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 } - |