summaryrefslogtreecommitdiff
path: root/lib/Target/Sparc/SparcISelDAGToDAG.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
commitd2cde68855125b6815b1575f29cd96927614b0cd (patch)
tree03969d86bc8980e29484309e0af62e03d3e5ce35 /lib/Target/Sparc/SparcISelDAGToDAG.cpp
parent4499e495eabe8de7d595416a03c56af4688df507 (diff)
downloadllvm-d2cde68855125b6815b1575f29cd96927614b0cd.tar.gz
llvm-d2cde68855125b6815b1575f29cd96927614b0cd.tar.bz2
llvm-d2cde68855125b6815b1575f29cd96927614b0cd.tar.xz
Default ISD::PREFETCH to expand.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@48169 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/Sparc/SparcISelDAGToDAG.cpp')
-rw-r--r--lib/Target/Sparc/SparcISelDAGToDAG.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/Target/Sparc/SparcISelDAGToDAG.cpp b/lib/Target/Sparc/SparcISelDAGToDAG.cpp
index 08af60779b..95f4e08673 100644
--- a/lib/Target/Sparc/SparcISelDAGToDAG.cpp
+++ b/lib/Target/Sparc/SparcISelDAGToDAG.cpp
@@ -197,7 +197,6 @@ SparcTargetLowering::SparcTargetLowering(TargetMachine &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::FSIN , MVT::f64, Expand);
setOperationAction(ISD::FCOS , MVT::f64, Expand);