Add a note
authorAnton Korobeynikov <asl@math.spbu.ru>
Sun, 3 May 2009 12:58:05 +0000 (12:58 +0000)
committerAnton 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

index 5b86702d2b0f3e91d7d92728f0d94533254d5581..cf4464d8aa9c37c785ea6fc81250bc30f8c7c286 100644 (file)
@@ -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) { }