R600: Verify all instructions in the AsmPrinter on debug builds
authorTom Stellard <thomas.stellard@amd.com>
Fri, 28 Feb 2014 21:36:41 +0000 (21:36 +0000)
committerTom Stellard <thomas.stellard@amd.com>
Fri, 28 Feb 2014 21:36:41 +0000 (21:36 +0000)
commit34faf78241efb8d60884f185cab4a0c132ee1df3
treebcf7b1ec62b6c3a5e24126357bb0b8c212e16002
parent9f0d68f522ca0240b8e3dddb89e3e78099e1141e
R600: Verify all instructions in the AsmPrinter on debug builds

Make a call to R600's implementation of verifyInstruction() to
check that instructions are only using legal operands.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@202544 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/R600/AMDGPUMCInstLower.cpp