mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-04-06 09:44:39 +00:00
Add a note
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@70697 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
f99601fab4
commit
fe3fc5ace7
@ -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) { }
|
||||
|
Loading…
x
Reference in New Issue
Block a user