OSDN Git Service

Add X86 MMX type to bitcode and Type.
authorDale Johannesen <dalej@apple.com>
Fri, 10 Sep 2010 20:55:01 +0000 (20:55 +0000)
committerDale Johannesen <dalej@apple.com>
Fri, 10 Sep 2010 20:55:01 +0000 (20:55 +0000)
commitbb811a244567aa8a1522203f15588f4d001b7353
treead234d32641b5769602d1dd68ae5f870b341b320
parentf9e49e86ee9f06c2808c6e57723c5650615e689d
Add X86 MMX type to bitcode and Type.
(The Ada bindings probably need it too, but all the
obvious places to change say "do not edit this file".)

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@113618 91177308-0d34-0410-b5e6-96231b3b80d8
17 files changed:
bindings/ocaml/llvm/llvm_ocaml.c
include/llvm-c/Core.h
include/llvm/Bitcode/LLVMBitCodes.h
include/llvm/Support/TypeBuilder.h
include/llvm/Type.h
lib/AsmParser/LLLexer.cpp
lib/Bitcode/Reader/BitcodeReader.cpp
lib/Bitcode/Writer/BitcodeWriter.cpp
lib/Target/CBackend/CBackend.cpp
lib/Target/CppBackend/CPPBackend.cpp
lib/Target/TargetData.cpp
lib/VMCore/AsmWriter.cpp
lib/VMCore/Core.cpp
lib/VMCore/LLVMContextImpl.cpp
lib/VMCore/LLVMContextImpl.h
lib/VMCore/Type.cpp
lib/VMCore/ValueTypes.cpp