summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/2012-02-23-mmx-inlineasm.ll
Commit message (Collapse)AuthorAge
* test/CodeGen/X86/2012-02-23-mmx-inlineasm.ll: Fixup to add -march=x86.NAKAMURA Takumi2012-02-24
| | | | | | -mcpu does not choose arch automatically, on non-x86 hosts. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@151362 91177308-0d34-0410-b5e6-96231b3b80d8
* Allow an integer to be converted into an MMX type when it's used in an inlineBill Wendling2012-02-23
asm. <rdar://problem/10106006> git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@151303 91177308-0d34-0410-b5e6-96231b3b80d8