X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=test%2FVerifier%2Fbitcast-address-space-through-inttoptr.ll;h=5e7b66feca5f2bb6961b5d04beab14ec540b8178;hb=daf7c149e4ee76e9be777b5a6fba06f25cbb0203;hp=bec40488a13c37295564a3229a3d61014f4335a0;hpb=e151788aae061cc4ec3a7bb76a7cb5b72edc046e;p=oota-llvm.git diff --git a/test/Verifier/bitcast-address-space-through-inttoptr.ll b/test/Verifier/bitcast-address-space-through-inttoptr.ll index bec40488a13..5e7b66feca5 100644 --- a/test/Verifier/bitcast-address-space-through-inttoptr.ll +++ b/test/Verifier/bitcast-address-space-through-inttoptr.ll @@ -1,7 +1,8 @@ -; RUN: not llvm-as -verify -disable-output %s +; RUN: not llvm-as -disable-output %s 2>&1 | FileCheck %s target datalayout = "e-p:32:32:32-p1:16:16:16-p2:8:8:8-i1:8:32-i8:8:32-i16:16:32-i32:32:32-i64:32:64-f32:32:32-f64:32:64-v64:32:64-v128:32:128-a0:0:32-n8:16:32" +; CHECK: error: invalid cast opcode for cast from 'i32 addrspace(1)*' to 'i32 addrspace(2)*' define i32 addrspace(2)* @illegal_bitcast_as_1_to_2_inttoptr() { %cast = bitcast i32 addrspace(1)* inttoptr (i32 5 to i32 addrspace(1)*) to i32 addrspace(2)* ret i32 addrspace(2)* %cast