Fix all the verifier tests I added for address spaces.
authorMatt Arsenault <Matthew.Arsenault@amd.com>
Thu, 2 Jan 2014 21:09:05 +0000 (21:09 +0000)
committerMatt Arsenault <Matthew.Arsenault@amd.com>
Thu, 2 Jan 2014 21:09:05 +0000 (21:09 +0000)
commitdaf7c149e4ee76e9be777b5a6fba06f25cbb0203
tree33140e6ebd0fe9ab96e7c1c6159cb3208c3da8b2
parente151788aae061cc4ec3a7bb76a7cb5b72edc046e
Fix all the verifier tests I added for address spaces.

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.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@198352 91177308-0d34-0410-b5e6-96231b3b80d8
test/Verifier/bitcast-address-space-nested-global-cycle.ll
test/Verifier/bitcast-address-space-nested-global.ll
test/Verifier/bitcast-address-space-through-constant-inttoptr-inside-gep-instruction.ll
test/Verifier/bitcast-address-space-through-constant-inttoptr.ll
test/Verifier/bitcast-address-space-through-gep-2.ll
test/Verifier/bitcast-address-space-through-gep.ll
test/Verifier/bitcast-address-space-through-inttoptr.ll
test/Verifier/bitcast-address-spaces.ll
test/Verifier/bitcast-alias-address-space.ll
test/Verifier/bitcast-vector-pointer-as.ll