[Statepoints] Make operator bool() explicit.
[oota-llvm.git] / include / llvm / IR / IntrinsicsXCore.td
index 085644cc64167088159442926cad0716394d7eb1..b614e1ed6ec0b8facd21ff784013f9548df19fbd 100644 (file)
@@ -67,6 +67,8 @@ let TargetPrefix = "xcore" in {  // All intrinsics start with "llvm.xcore.".
                                   [NoCapture<0>]>;
   def int_xcore_setpt : Intrinsic<[],[llvm_anyptr_ty, llvm_i32_ty],
                                   [NoCapture<0>]>;
+  def int_xcore_clrpt : Intrinsic<[],[llvm_anyptr_ty],
+                                  [NoCapture<0>]>;
   def int_xcore_getts : Intrinsic<[llvm_i32_ty],[llvm_anyptr_ty],
                                   [NoCapture<0>]>;
   def int_xcore_syncr : Intrinsic<[],[llvm_anyptr_ty],