mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-08 03:30:22 +00:00
Fix the string for MVT::isVoid.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@55034 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
e6798b757a
commit
ba6783ec8c
@ -50,7 +50,7 @@ std::string llvm::getName(MVT::SimpleValueType T) {
|
||||
case MVT::f128: return "MVT::f128";
|
||||
case MVT::ppcf128: return "MVT::ppcf128";
|
||||
case MVT::Flag: return "MVT::Flag";
|
||||
case MVT::isVoid:return "MVT::void";
|
||||
case MVT::isVoid:return "MVT::isVoid";
|
||||
case MVT::v8i8: return "MVT::v8i8";
|
||||
case MVT::v4i16: return "MVT::v4i16";
|
||||
case MVT::v2i32: return "MVT::v2i32";
|
||||
|
Loading…
Reference in New Issue
Block a user