diff options
author | Misha Brukman <brukman+llvm@gmail.com> | 2009-08-18 13:50:28 +0000 |
---|---|---|
committer | Misha Brukman <brukman+llvm@gmail.com> | 2009-08-18 13:50:28 +0000 |
commit | 6ec4978db0e8f284f0e7f75b56992415ca98a30b (patch) | |
tree | cdb34df94d1d4b0681199032f2ca226052b82c85 /include/llvm/ADT | |
parent | a5ef360b02b3839e7bef5426d1af9987076f7954 (diff) | |
download | external_llvm-6ec4978db0e8f284f0e7f75b56992415ca98a30b.zip external_llvm-6ec4978db0e8f284f0e7f75b56992415ca98a30b.tar.gz external_llvm-6ec4978db0e8f284f0e7f75b56992415ca98a30b.tar.bz2 |
Fixed spelling of MSP430.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@79333 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/ADT')
-rw-r--r-- | include/llvm/ADT/Triple.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/ADT/Triple.h b/include/llvm/ADT/Triple.h index 4ba8576..a74fde3 100644 --- a/include/llvm/ADT/Triple.h +++ b/include/llvm/ADT/Triple.h @@ -42,7 +42,7 @@ public: cellspu, // CellSPU: spu, cellspu mips, // MIPS: mips, mipsallegrex mipsel, // MIPSEL: mipsel, mipsallegrexel, psp - msp430, // MPS430: msp430 + msp430, // MSP430: msp430 pic16, // PIC16: pic16 ppc, // PPC: powerpc ppc64, // PPC64: powerpc64 |