diff options
| author | Owen Anderson <resistor@mac.com> | 2011-06-21 22:54:23 +0000 |
|---|---|---|
| committer | Owen Anderson <resistor@mac.com> | 2011-06-21 22:54:23 +0000 |
| commit | d1955e78b4d5f2d6c592d10046bf9d23f804b304 (patch) | |
| tree | 6def1cad1afb941313874d99aa71ffd3a4864eae /llvm/lib/VMCore | |
| parent | ef9c497e4c0012ca7a1a4229d7ebed7d54c3df73 (diff) | |
| download | bcm5719-llvm-d1955e78b4d5f2d6c592d10046bf9d23f804b304.tar.gz bcm5719-llvm-d1955e78b4d5f2d6c592d10046bf9d23f804b304.zip | |
Fix some trailing issues from my introduction of MVT::untyped and its use for REGISTER_SEQUENCE.
llvm-svn: 133567
Diffstat (limited to 'llvm/lib/VMCore')
| -rw-r--r-- | llvm/lib/VMCore/ValueTypes.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/VMCore/ValueTypes.cpp b/llvm/lib/VMCore/ValueTypes.cpp index c054ae46f23..21a1f034446 100644 --- a/llvm/lib/VMCore/ValueTypes.cpp +++ b/llvm/lib/VMCore/ValueTypes.cpp @@ -133,6 +133,7 @@ std::string EVT::getEVTString() const { case MVT::v2f64: return "v2f64"; case MVT::v4f64: return "v4f64"; case MVT::Metadata:return "Metadata"; + case MVT::untyped: return "untyped"; } } |

