Fix operand type for int_x86_ssse3_phadd_sw_128 intrinsic
[oota-llvm.git] / test / CodeGen / CBackend / 2002-08-19-DataPointer.ll
1 ; RUN: llc < %s -march=c
2
3 @sptr1 = global [11 x i8]* @somestr         ;; Forward ref to a constant
4 @somestr = constant [11 x i8] c"hello world"