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:
f99601f
)
Add a note
author
Anton Korobeynikov
<asl@math.spbu.ru>
Sun, 3 May 2009 12:58:05 +0000
(12:58 +0000)
committer
Anton Korobeynikov
<asl@math.spbu.ru>
Sun, 3 May 2009 12:58:05 +0000
(12:58 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@70697
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/Target/MSP430/MSP430TargetMachine.cpp
patch
|
blob
|
history
diff --git
a/lib/Target/MSP430/MSP430TargetMachine.cpp
b/lib/Target/MSP430/MSP430TargetMachine.cpp
index 5b86702d2b0f3e91d7d92728f0d94533254d5581..cf4464d8aa9c37c785ea6fc81250bc30f8c7c286 100644
(file)
--- a/
lib/Target/MSP430/MSP430TargetMachine.cpp
+++ b/
lib/Target/MSP430/MSP430TargetMachine.cpp
@@
-38,6
+38,7
@@
X("msp430", "MSP430 [experimental]");
MSP430TargetMachine::MSP430TargetMachine(const Module &M,
const std::string &FS) :
Subtarget(*this, M, FS),
+ // FIXME: Check TargetData string.
DataLayout("e-p:16:8:8-i8:8:8-i16:8:8-i32:8:8"),
InstrInfo(*this), TLInfo(*this),
FrameInfo(TargetFrameInfo::StackGrowsUp, 8, 0) { }