summaryrefslogtreecommitdiffstats
path: root/llvm/test/Verifier/bitcast-address-space-nested-global.ll
Commit message (Collapse)AuthorAgeFilesLines
* Fix all the verifier tests I added for address spaces.Matt Arsenault2014-01-021-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 sizesMatt Arsenault2013-07-311-0/+11
llvm-svn: 187506
OpenPOWER on IntegriCloud