summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/Mips/MipsISelLowering.cpp
diff options
context:
space:
mode:
authorEvan Cheng <evan.cheng@apple.com>2008-03-10 19:38:10 +0000
committerEvan Cheng <evan.cheng@apple.com>2008-03-10 19:38:10 +0000
commitae2c56d93e61204a634544bb3d9389adfcc060cb (patch)
treec78f7acced3b1eefd5ec421983f965d191b1308a /llvm/lib/Target/Mips/MipsISelLowering.cpp
parent4114219ac69cb11accdf5b68c6f4c836438fcd88 (diff)
downloadbcm5719-llvm-ae2c56d93e61204a634544bb3d9389adfcc060cb.tar.gz
bcm5719-llvm-ae2c56d93e61204a634544bb3d9389adfcc060cb.zip
Default ISD::PREFETCH to expand.
llvm-svn: 48169
Diffstat (limited to 'llvm/lib/Target/Mips/MipsISelLowering.cpp')
-rw-r--r--llvm/lib/Target/Mips/MipsISelLowering.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/Target/Mips/MipsISelLowering.cpp b/llvm/lib/Target/Mips/MipsISelLowering.cpp
index 6e2a4f7cc85..486596928a4 100644
--- a/llvm/lib/Target/Mips/MipsISelLowering.cpp
+++ b/llvm/lib/Target/Mips/MipsISelLowering.cpp
@@ -84,7 +84,6 @@ MipsTargetLowering(MipsTargetMachine &TM): TargetLowering(TM)
setOperationAction(ISD::MEMSET, MVT::Other, Expand);
setOperationAction(ISD::MEMCPY, MVT::Other, Expand);
setOperationAction(ISD::MEMBARRIER, MVT::Other, Expand);
- setOperationAction(ISD::PREFETCH, MVT::Other, Expand);
setOperationAction(ISD::CTPOP, MVT::i32, Expand);
setOperationAction(ISD::CTTZ , MVT::i32, Expand);
OpenPOWER on IntegriCloud