reg0 references are not real registers. This fixes a crash on the
authorChris Lattner <sabre@nondot.org>
Thu, 9 Apr 2009 16:50:43 +0000 (16:50 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 9 Apr 2009 16:50:43 +0000 (16:50 +0000)
commit0c8382ce9a96e36325b17d242fd1af16564d8a85
tree1dcaa96a64621cc151cf9515b104f9aa44b517b6
parent685cb17c9827f6e1c22dbc9d976b572045a0b6ed
reg0 references are not real registers.  This fixes a crash on the
attached testcase.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@68712 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/MachineInstr.cpp
test/CodeGen/X86/2009-04-09-InlineAsmCrash.ll [new file with mode: 0644]