[gc.statepoint] Change gc.statepoint intrinsic's return type to token type instead...
[oota-llvm.git] / test / Transforms / RewriteStatepointsForGC / deopt-bundles / live-vector.ll
index 8940029738e995ab4bdcdf5f55f89468b34c1ba8..00f28938cee906749af4bfdbb574a5ab54bbbc05 100644 (file)
@@ -90,7 +90,7 @@ exceptional_return:                               ; preds = %entry
 ; Can we handle an insert element with a constant offset?  This effectively
 ; tests both the equal and inequal case since we have to relocate both indices
 ; in the vector.
-  %landing_pad4 = landingpad { i8*, i32 }
+  %landing_pad4 = landingpad token
           cleanup
   ret <2 x i64 addrspace(1)*> %obj
 }