diff options
Diffstat (limited to 'llvm/utils/TableGen/DAGISelEmitter.cpp')
| -rw-r--r-- | llvm/utils/TableGen/DAGISelEmitter.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/utils/TableGen/DAGISelEmitter.cpp b/llvm/utils/TableGen/DAGISelEmitter.cpp index 25afc49dd76..80f226cd79f 100644 --- a/llvm/utils/TableGen/DAGISelEmitter.cpp +++ b/llvm/utils/TableGen/DAGISelEmitter.cpp @@ -1803,7 +1803,7 @@ public: OS << " if ("; else OS << " && "; - OS << "(" << Def->getValueAsString("CondString") << ")"; + OS << "!(" << Def->getValueAsString("CondString") << ")"; if (i == e-1) OS << ") goto P" << PatternNo << "Fail;\n"; } else { |

