Fix an accidentally duplicated line that caused tblgen to crash on itanium.
authorChris Lattner <sabre@nondot.org>
Tue, 18 Jul 2006 19:06:01 +0000 (19:06 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 18 Jul 2006 19:06:01 +0000 (19:06 +0000)
commit0a012128574c93d5b85adffd14eb4b07883fba4c
tree974e04d508054068d058c3e99dc818f64efbc8f6
parent96c1ade5c3927cb0e835af721cbf37f9605cc678
Fix an accidentally duplicated line that caused tblgen to crash on itanium.
Add an assert that catches the real problem earlier.

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