OSDN Git Service

[inline asm] Add a test case for r180226. The specific issue is that the inline
authorChad Rosier <mcrosier@apple.com>
Thu, 25 Apr 2013 17:10:21 +0000 (17:10 +0000)
committerChad Rosier <mcrosier@apple.com>
Thu, 25 Apr 2013 17:10:21 +0000 (17:10 +0000)
commit5df2e16ba1c1744a120352c2551211e8eff1f38c
treeb1673da7ab2651713be25825ccbd554f3abb68d5
parente5330f77cf420d71cfd46c960387eb06edeccbf8
[inline asm] Add a test case for r180226.  The specific issue is that the inline
assembly is requesting a 64-bit register, which is invalid for i386.
rdar://13731657

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@180445 91177308-0d34-0410-b5e6-96231b3b80d8
test/CodeGen/X86/asm-invalid-register-class-crasher.ll [new file with mode: 0644]