[llvm-commits] [parallel] CVS: llvm/include/llvm/Intrinsics.h
Misha Brukman
brukman at cs.uiuc.edu
Mon Feb 2 16:33:02 PST 2004
Changes in directory llvm/include/llvm:
Intrinsics.h updated: 1.15 -> 1.15.2.1
---
Log message:
Added the "join" intrinsic function.
---
Diffs of the changes: (+3 -0)
Index: llvm/include/llvm/Intrinsics.h
diff -u llvm/include/llvm/Intrinsics.h:1.15 llvm/include/llvm/Intrinsics.h:1.15.2.1
--- llvm/include/llvm/Intrinsics.h:1.15 Mon Jan 5 23:32:17 2004
+++ llvm/include/llvm/Intrinsics.h Mon Feb 2 16:32:05 2004
@@ -44,6 +44,9 @@
dbg_func_start, // Start of a function
dbg_declare, // Declare a local object
+ // Parallelism/atomicity/synchronization intrinsics...
+ join,
+
//===------------------------------------------------------------------===//
// This section defines intrinsic functions used to represent Alpha
// instructions...
More information about the llvm-commits
mailing list