| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Remove unused CHECK lines copied from another test | Pete Cooper | 2013-02-22 | 1 | -8/+0 |
| | | | | | llvm-svn: 175905 | ||||
| * | Fix isa<> check which could never be true. | Pete Cooper | 2013-02-22 | 1 | -0/+32 |
| It was incorrectly checking a Function* being an IntrinsicInst* which isn't possible. It should always have been checking the CallInst* instead. Added test case for x86 which ensures we only get one constant load. It was 2 before this change. rdar://problem/13267920 llvm-svn: 175853 | |||||

