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:
e54e785
)
Fix comment typo. Noticed by Liu.
author
Duncan Sands
<baldrick@free.fr>
Mon, 25 Apr 2011 06:21:43 +0000
(06:21 +0000)
committer
Duncan Sands
<baldrick@free.fr>
Mon, 25 Apr 2011 06:21:43 +0000
(06:21 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@130120
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 8e4b2164041fdff035b9b960870710acc95953c1..57aeb1d2793c695cc3a25e0906cfa262a7b5869e 100644
(file)
--- a/
lib/Target/Mips/MipsCallingConv.td
+++ b/
lib/Target/Mips/MipsCallingConv.td
@@
-48,7
+48,7
@@
def CC_MipsEABI : CallingConv<[
CCIfType<[f32], CCIfSubtarget<"isNotSingleFloat()",
CCAssignToReg<[F12, F14, F16, F18]>>>,
- // The first 4 doubl fp arguments are passed in single fp registers.
+ // The first 4 doubl
e
fp arguments are passed in single fp registers.
CCIfType<[f64], CCIfSubtarget<"isNotSingleFloat()",
CCAssignToReg<[D6, D7, D8, D9]>>>,