[llvm-commits] CVS: llvm/include/llvm/CodeGen/SelectionDAGNodes.h

Chris Lattner lattner at cs.uiuc.edu
Thu Mar 2 16:18:12 PST 2006



Changes in directory llvm/include/llvm/CodeGen:

SelectionDAGNodes.h updated: 1.105 -> 1.106
---
Log message:

remove the read/write port/io intrinsics.


---
Diffs of the changes:  (+0 -6)

 SelectionDAGNodes.h |    6 ------
 1 files changed, 6 deletions(-)


Index: llvm/include/llvm/CodeGen/SelectionDAGNodes.h
diff -u llvm/include/llvm/CodeGen/SelectionDAGNodes.h:1.105 llvm/include/llvm/CodeGen/SelectionDAGNodes.h:1.106
--- llvm/include/llvm/CodeGen/SelectionDAGNodes.h:1.105	Tue Feb 28 18:51:13 2006
+++ llvm/include/llvm/CodeGen/SelectionDAGNodes.h	Thu Mar  2 18:18:00 2006
@@ -379,12 +379,6 @@
     // register (or other high accuracy low latency clock source)
     READCYCLECOUNTER,
 
-    // READPORT, WRITEPORT, READIO, WRITEIO - These correspond to the LLVM
-    // intrinsics of the same name.  The first operand is a token chain, the
-    // other operands match the intrinsic.  These produce a token chain in
-    // addition to a value (if any).
-    READPORT, WRITEPORT, READIO, WRITEIO,
-    
     // HANDLENODE node - Used as a handle for various purposes.
     HANDLENODE,
 






More information about the llvm-commits mailing list