commit | 429aaa585564be98499885137d839098d27a51f3 | [log] [tgz] |
---|---|---|
author | Chris Lattner <sabre@nondot.org> | Fri Nov 05 04:50:59 2004 +0000 |
committer | Chris Lattner <sabre@nondot.org> | Fri Nov 05 04:50:59 2004 +0000 |
tree | f4d3032fb4d00c845b26aa19f8e111c55b5a8f2f | |
parent | c22ffc26b0a85c32aa254428b42e99748b424d8f [diff] [blame] |
Quiet VC++ warnings llvm-svn: 17484
diff --git a/llvm/utils/TableGen/InstrSelectorEmitter.cpp b/llvm/utils/TableGen/InstrSelectorEmitter.cpp index 9a2ce4a..e9c6344 100644 --- a/llvm/utils/TableGen/InstrSelectorEmitter.cpp +++ b/llvm/utils/TableGen/InstrSelectorEmitter.cpp
@@ -344,7 +344,7 @@ break; } - return AnyUnset | N->getType() == MVT::Other; + return AnyUnset | (N->getType() == MVT::Other); } /// clone - This method is used to make an exact copy of the current pattern,