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:
cd91349
)
fix typo; NFC
author
Sanjay Patel
<spatel@rotateright.com>
Tue, 7 Jul 2015 21:31:54 +0000
(21:31 +0000)
committer
Sanjay Patel
<spatel@rotateright.com>
Tue, 7 Jul 2015 21:31:54 +0000
(21:31 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@241629
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/Target/Mips/MipsTargetMachine.cpp
patch
|
blob
|
history
diff --git
a/lib/Target/Mips/MipsTargetMachine.cpp
b/lib/Target/Mips/MipsTargetMachine.cpp
index c820668befa03c603db75a662a4eb458b7bcfa24..266e0a4bf3dcdc4d64d81ec97d86959952b83373 100644
(file)
--- a/
lib/Target/Mips/MipsTargetMachine.cpp
+++ b/
lib/Target/Mips/MipsTargetMachine.cpp
@@
-62,7
+62,7
@@
static std::string computeDataLayout(const Triple &TT, StringRef CPU,
if (!ABI.IsN64())
Ret += "-p:32:32";
- // 8 and 16 bit integers only need
n
o have natural alignment, but try to
+ // 8 and 16 bit integers only need
t
o have natural alignment, but try to
// align them to 32 bits. 64 bit integers have natural alignment.
Ret += "-i8:8:32-i16:16:32-i64:64";