[llvm-commits] CVS: llvm/include/llvm/Intrinsics.h
    Chris Lattner 
    lattner at cs.uiuc.edu
       
    Tue Apr 13 21:23:01 PDT 2004
    
    
  
Changes in directory llvm/include/llvm:
Intrinsics.h updated: 1.20 -> 1.21
---
Log message:
Temporarily hack in the intrinsics that John added.  I expect him to finish up their addition, but in the meantime, the build should not be broken.
---
Diffs of the changes:  (+2 -0)
Index: llvm/include/llvm/Intrinsics.h
diff -u llvm/include/llvm/Intrinsics.h:1.20 llvm/include/llvm/Intrinsics.h:1.21
--- llvm/include/llvm/Intrinsics.h:1.20	Thu Apr  8 15:26:21 2004
+++ llvm/include/llvm/Intrinsics.h	Tue Apr 13 21:22:54 2004
@@ -60,6 +60,8 @@
     // Input/Output intrinsics
     readport,
     writeport,
+    readio,
+    writeio,
 
     //===------------------------------------------------------------------===//
     // This section defines intrinsic functions used to represent Alpha
    
    
More information about the llvm-commits
mailing list