[Object] Fix a bug in a condition introduced in r226217 - visibility can't be
[oota-llvm.git] / docs / Statepoints.rst
index 53643b1c6d31f77c39b6ff403c1fa19d616a9257..68b74626a547ebd45db06159f504de0c716b6d78 100644 (file)
@@ -236,13 +236,7 @@ Syntax:
 ::
 
       declare type*
-        @gc.result_ptr(i32 %statepoint_token)
-
-      declare fX
-        @gc.result_float(i32 %statepoint_token)
-
-      declare iX
-        @gc.result_int(i32 %statepoint_token)
+        @gc.result(i32 %statepoint_token)
 
 Overview:
 """""""""