ARM64: remove dead validation code from the AsmParser.
authorTim Northover <tnorthover@apple.com>
Mon, 12 May 2014 14:13:21 +0000 (14:13 +0000)
committerTim Northover <tnorthover@apple.com>
Mon, 12 May 2014 14:13:21 +0000 (14:13 +0000)
commitf502ba6e78246a8f1b6ea54e3e4d00df76182039
treeacbd3fbe88674cd7c01c66b1301dc1d60a50d9f3
parentf8c7bd46967cb5bff4ada0317b43aaf795d664c5
ARM64: remove dead validation code from the AsmParser.

If this code triggers, any immediate has already been validated so it can't
possibly trigger a diagnostic.

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