Merging r259798, r259835:
[oota-llvm.git] / test / Verifier / gc_relocate_return.ll
index 77207f6c47b25445bbf5eeac27baf29d31e26cf8..788978b14c6002e30ba28b4926ab4f4b1523d171 100644 (file)
@@ -1,8 +1,7 @@
 ; RUN: not llvm-as -disable-output <%s 2>&1 | FileCheck %s
-; This is to verify that gc_relocate must return a pointer type, which is defined
-; in intrinsics.td.
+; This is to verify that gc_relocate must return a pointer type
 
-; CHECK: Intrinsic has incorrect return type!
+; CHECK: gc.relocate must return a pointer or a vector of pointers
 
 declare void @foo()