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:
434c86d
)
Sparc is not little endian
author
Chris Lattner
<sabre@nondot.org>
Tue, 24 Dec 2002 00:02:38 +0000
(
00:02
+0000)
committer
Chris Lattner
<sabre@nondot.org>
Tue, 24 Dec 2002 00:02:38 +0000
(
00:02
+0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@5129
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/Target/SparcV9/SparcV9TargetMachine.cpp
patch
|
blob
|
history
diff --git
a/lib/Target/SparcV9/SparcV9TargetMachine.cpp
b/lib/Target/SparcV9/SparcV9TargetMachine.cpp
index bca231d391c8806a8e296e830c6da6aa8f811dd4..ed67caff4e0f9de6294fc9d99df1b11145665025 100644
(file)
--- a/
lib/Target/SparcV9/SparcV9TargetMachine.cpp
+++ b/
lib/Target/SparcV9/SparcV9TargetMachine.cpp
@@
-127,7
+127,7
@@
UltraSparcFrameInfo::getDynamicAreaOffset(MachineFunction& mcInfo,
//---------------------------------------------------------------------------
UltraSparc::UltraSparc()
- : TargetMachine("UltraSparc-Native", 4),
+ : TargetMachine("UltraSparc-Native",
false,
4),
schedInfo(*this),
regInfo(*this),
frameInfo(*this),