diff options
author | Evan Cheng <evan.cheng@apple.com> | 2008-03-10 19:38:10 +0000 |
---|---|---|
committer | Evan Cheng <evan.cheng@apple.com> | 2008-03-10 19:38:10 +0000 |
commit | ae2c56d93e61204a634544bb3d9389adfcc060cb (patch) | |
tree | c78f7acced3b1eefd5ec421983f965d191b1308a /llvm/lib/Target/Sparc/SparcISelDAGToDAG.cpp | |
parent | 4114219ac69cb11accdf5b68c6f4c836438fcd88 (diff) | |
download | bcm5719-llvm-ae2c56d93e61204a634544bb3d9389adfcc060cb.tar.gz bcm5719-llvm-ae2c56d93e61204a634544bb3d9389adfcc060cb.zip |
Default ISD::PREFETCH to expand.
llvm-svn: 48169
Diffstat (limited to 'llvm/lib/Target/Sparc/SparcISelDAGToDAG.cpp')
-rw-r--r-- | llvm/lib/Target/Sparc/SparcISelDAGToDAG.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/Target/Sparc/SparcISelDAGToDAG.cpp b/llvm/lib/Target/Sparc/SparcISelDAGToDAG.cpp index 08af60779b2..95f4e086730 100644 --- a/llvm/lib/Target/Sparc/SparcISelDAGToDAG.cpp +++ b/llvm/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); |