mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-20 14:29:27 +00:00
Add x86mmx to TableGen.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@113671 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
a65568676d
commit
8be452545a
@ -192,6 +192,8 @@ static void EmitTypeForValueType(raw_ostream &OS, MVT::SimpleValueType VT) {
|
||||
OS << "Type::getVoidTy(Context)";
|
||||
} else if (VT == MVT::Metadata) {
|
||||
OS << "Type::getMetadataTy(Context)";
|
||||
} else if (VT == MVT::x86mmx) {
|
||||
OS << "Type::getX86_MMXTy(Context)";
|
||||
} else {
|
||||
assert(false && "Unsupported ValueType!");
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user