summaryrefslogtreecommitdiff
path: root/test/CodeGen/Generic/2008-08-07-PtrToInt-SmallerInt.ll
Commit message (Collapse)AuthorAge
* don't have i386-specific tests in CodeGen/Generic, PR6601.Chris Lattner2010-03-14
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@98508 91177308-0d34-0410-b5e6-96231b3b80d8
* Eliminate more uses of llvm-as and llvm-dis.Dan Gohman2009-09-09
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@81293 91177308-0d34-0410-b5e6-96231b3b80d8
* Don't crash printing the asm for a ConstantExpr PtrToInt just because the intNick Lewycky2008-08-08
is narrower than the pointer. This testcase emits: .byte (((17) - 16) & 255) git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@54517 91177308-0d34-0410-b5e6-96231b3b80d8