summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/Generic/2008-08-07-PtrToInt-SmallerInt.ll
Commit message (Collapse)AuthorAgeFilesLines
* don't have i386-specific tests in CodeGen/Generic, PR6601.Chris Lattner2010-03-141-2/+0
| | | | llvm-svn: 98508
* Eliminate more uses of llvm-as and llvm-dis.Dan Gohman2009-09-091-1/+1
| | | | llvm-svn: 81293
* Don't crash printing the asm for a ConstantExpr PtrToInt just because the intNick Lewycky2008-08-081-0/+7
is narrower than the pointer. This testcase emits: .byte (((17) - 16) & 255) llvm-svn: 54517
OpenPOWER on IntegriCloud