projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e6798b7
)
Fix the string for MVT::isVoid.
author
Dan Gohman
<gohman@apple.com>
Wed, 20 Aug 2008 01:44:30 +0000
(
01:44
+0000)
committer
Dan Gohman
<gohman@apple.com>
Wed, 20 Aug 2008 01:44:30 +0000
(
01:44
+0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@55034
91177308
-0d34-0410-b5e6-
96231b3b80d8
utils/TableGen/CodeGenTarget.cpp
patch
|
blob
|
history
diff --git
a/utils/TableGen/CodeGenTarget.cpp
b/utils/TableGen/CodeGenTarget.cpp
index 5ba37e59a1716056dcf0b2d61acf7bf30ffda19e..d9f4c3e341350d425f7eba3765b74003dfb9fd0d 100644
(file)
--- a/
utils/TableGen/CodeGenTarget.cpp
+++ b/
utils/TableGen/CodeGenTarget.cpp
@@
-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::
v
oid";
+ case MVT::isVoid:return "MVT::
isV
oid";
case MVT::v8i8: return "MVT::v8i8";
case MVT::v4i16: return "MVT::v4i16";
case MVT::v2i32: return "MVT::v2i32";