You've already forked llvm-project
mirror of
https://github.com/encounter/llvm-project.git
synced 2026-03-30 11:27:19 -07:00
Typo
llvm-svn: 28366
This commit is contained in:
@@ -58,7 +58,7 @@ std::string llvm::getName(MVT::ValueType T) {
|
||||
case MVT::v2f32: return "v2f32";
|
||||
case MVT::v4f32: return "v4f32";
|
||||
case MVT::v2f64: return "v2f64";
|
||||
case MVT::iPTR: return "TLI.getPointetTy()";
|
||||
case MVT::iPTR: return "TLI.getPointerTy()";
|
||||
default: assert(0 && "ILLEGAL VALUE TYPE!"); return "";
|
||||
}
|
||||
}
|
||||
@@ -88,7 +88,7 @@ std::string llvm::getEnumName(MVT::ValueType T) {
|
||||
case MVT::v2f32: return "MVT::v2f32";
|
||||
case MVT::v4f32: return "MVT::v4f32";
|
||||
case MVT::v2f64: return "MVT::v2f64";
|
||||
case MVT::iPTR: return "TLI.getPointetTy()";
|
||||
case MVT::iPTR: return "TLI.getPointerTy()";
|
||||
default: assert(0 && "ILLEGAL VALUE TYPE!"); return "";
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user