diff options
author | Chris Lattner <sabre@nondot.org> | 2006-03-03 00:19:58 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2006-03-03 00:19:58 +0000 |
commit | ad3c974a777329066c59f9f15013822027e675d0 (patch) | |
tree | 987c972c3b19ab254ee789f18fef5ed268ff146c /llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp | |
parent | f7d616278ec512f6842746fccef3d55e88d0ab5a (diff) | |
download | bcm5719-llvm-ad3c974a777329066c59f9f15013822027e675d0.tar.gz bcm5719-llvm-ad3c974a777329066c59f9f15013822027e675d0.zip |
remove the read/write port/io intrinsics.
llvm-svn: 26479
Diffstat (limited to 'llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp')
-rw-r--r-- | llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp b/llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp index 1800a596580..24497af2348 100644 --- a/llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp +++ b/llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp @@ -2691,12 +2691,6 @@ const char *SDNode::getOperationName(const SelectionDAG *G) const { case ISD::CTTZ: return "cttz"; case ISD::CTLZ: return "ctlz"; - // IO Intrinsics - case ISD::READPORT: return "readport"; - case ISD::WRITEPORT: return "writeport"; - case ISD::READIO: return "readio"; - case ISD::WRITEIO: return "writeio"; - // Debug info case ISD::LOCATION: return "location"; case ISD::DEBUG_LOC: return "debug_loc"; |