Fix malformed assert.
authorMatt Beaumont-Gay <matthewbg@google.com>
Tue, 3 Jan 2012 19:03:59 +0000 (19:03 +0000)
committerMatt Beaumont-Gay <matthewbg@google.com>
Tue, 3 Jan 2012 19:03:59 +0000 (19:03 +0000)
commit19055cc2712223f6834fc3cf5b547803ba83f066
tree4603a6a4b735120ee97a045e57c73b07f9aa6200
parent5e33d21d7f25c3765df1e6f628d7e104849956ce
Fix malformed assert.

If anybody has strong feelings about 'default: assert(0 && "blah")' vs
'default: llvm_unreachable("blah")', feel free to regularize the instances of
each in this file.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@147459 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/ARM/AsmParser/ARMAsmParser.cpp