aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/pointer-signext.c
AgeCommit message (Collapse)Author
2010-09-15Tweak regex not to accidentally match a trailing \r.Benjamin Kramer
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@113966 91177308-0d34-0410-b5e6-96231b3b80d8
2010-09-15Fix pointer-signext.c test case: it was relying on value names, which don't ↵Cameron Esfahani
appear in the non-assert build. Switch to using check-next as well. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@113964 91177308-0d34-0410-b5e6-96231b3b80d8
2010-09-15Fix Windows64 target info so pointer arithmetic is done correctly, and no ↵Cameron Esfahani
sign extension code is emitted: PtrDiffType needs to be a signed long long. Add a corresponding test case. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@113910 91177308-0d34-0410-b5e6-96231b3b80d8