projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a69feb0
)
Remove comment.
author
Akira Hatanaka
<ahatanaka@mips.com>
Thu, 16 Feb 2012 22:52:29 +0000
(22:52 +0000)
committer
Akira Hatanaka
<ahatanaka@mips.com>
Thu, 16 Feb 2012 22:52:29 +0000
(22:52 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@150739
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/Target/Mips/MipsCallingConv.td
patch
|
blob
|
history
diff --git
a/lib/Target/Mips/MipsCallingConv.td
b/lib/Target/Mips/MipsCallingConv.td
index 3d973ceeb0ac36c7d61a9178f7b6d043b868f453..c340765c7b23b23c9df406cab0bbe35ae69cad70 100644
(file)
--- a/
lib/Target/Mips/MipsCallingConv.td
+++ b/
lib/Target/Mips/MipsCallingConv.td
@@
-84,8
+84,6
@@
def CC_MipsN_VarArg : CallingConv<[
]>;
def RetCC_MipsN : CallingConv<[
- // FIXME: Handle complex and float double return values.
-
// i32 are returned in registers V0, V1
CCIfType<[i32], CCAssignToReg<[V0, V1]>>,