Fix the semantic of Requires<[cond]> to mean if (!cond) goto PXXFail;
authorEvan Cheng <evan.cheng@apple.com>
Tue, 20 Dec 2005 20:08:01 +0000 (20:08 +0000)
committerEvan Cheng <evan.cheng@apple.com>
Tue, 20 Dec 2005 20:08:01 +0000 (20:08 +0000)
commit5fb5e10cdce4680c84ab35c2176d2c685129de24
treeae320fa91c9f17f718dd19481898f68fb7025fd6
parent2f0f9a69733fc587ff77ed4866db6bc32964a70a
Fix the semantic of Requires<[cond]> to mean if (!cond) goto PXXFail;

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@24883 91177308-0d34-0410-b5e6-96231b3b80d8
utils/TableGen/DAGISelEmitter.cpp