Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix all the verifier tests I added for address spaces. | Matt Arsenault | 2014-01-02 | 1 | -1/+3 |
| | | | | | | | | | I originally had these using opt -verify, and I never removed the -verify when converting them to use llvm-as instead, so these were failing because of using the -verify argument which llvm-as doesn't have instead of what it's actually supposed to be testing. llvm-svn: 198352 | ||||
* | Reject bitcasts between address spaces with different sizes | Matt Arsenault | 2013-07-31 | 1 | -0/+11 |
llvm-svn: 187506 |