diff options
| author | Chris Lattner <sabre@nondot.org> | 2005-08-25 17:59:23 +0000 |
|---|---|---|
| committer | Chris Lattner <sabre@nondot.org> | 2005-08-25 17:59:23 +0000 |
| commit | 12756be53bc6eac24d8d2735e2dd51dd44b55606 (patch) | |
| tree | 19b7301bb7de212fc9bd452310ddc370471d9bcc /llvm/lib | |
| parent | 9d28a56d55bc3f68b9607ffc19bfa5bca25fa485 (diff) | |
| download | bcm5719-llvm-12756be53bc6eac24d8d2735e2dd51dd44b55606.tar.gz bcm5719-llvm-12756be53bc6eac24d8d2735e2dd51dd44b55606.zip | |
add printer support for flag operands
llvm-svn: 23054
Diffstat (limited to 'llvm/lib')
| -rw-r--r-- | llvm/lib/CodeGen/ValueTypes.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/CodeGen/ValueTypes.cpp b/llvm/lib/CodeGen/ValueTypes.cpp index e33d91b825b..10138386c27 100644 --- a/llvm/lib/CodeGen/ValueTypes.cpp +++ b/llvm/lib/CodeGen/ValueTypes.cpp @@ -32,6 +32,7 @@ const char *MVT::getValueTypeString(MVT::ValueType VT) { case MVT::f128: return "f128"; case MVT::isVoid:return "isVoid"; case MVT::Other: return "ch"; + case MVT::Flag: return "flag"; } } |

