The "ambiguous instructions" check only produces anything with -debug,
authorChris Lattner <sabre@nondot.org>
Mon, 6 Sep 2010 20:21:47 +0000 (20:21 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 6 Sep 2010 20:21:47 +0000 (20:21 +0000)
commit87410368e1bd50408e787f6ece0e58d94c53c1e1
tree753e113dc101c42ee713db9ab42caf8e3002bb97
parent69c7249a6f628db393aaa426c9595dccd4a1d87b
The "ambiguous instructions" check only produces anything with -debug,
so only do the N^2 loop with debug mode.

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