summaryrefslogtreecommitdiff
path: root/include/llvm/IR/IntrinsicsPowerPC.td
diff options
context:
space:
mode:
Diffstat (limited to 'include/llvm/IR/IntrinsicsPowerPC.td')
-rw-r--r--include/llvm/IR/IntrinsicsPowerPC.td2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/llvm/IR/IntrinsicsPowerPC.td b/include/llvm/IR/IntrinsicsPowerPC.td
index 64240a9297826..6321bb81b8cbc 100644
--- a/include/llvm/IR/IntrinsicsPowerPC.td
+++ b/include/llvm/IR/IntrinsicsPowerPC.td
@@ -1132,4 +1132,6 @@ def int_ppc_tsuspend : GCCBuiltin<"__builtin_tsuspend">,
def int_ppc_ttest : GCCBuiltin<"__builtin_ttest">,
Intrinsic<[llvm_i64_ty], [], []>;
+
+def int_ppc_cfence : Intrinsic<[], [llvm_anyint_ty], []>;
}