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 | d2cde68855125b6815b1575f29cd96927614b0cd (patch) | |
tree | 03969d86bc8980e29484309e0af62e03d3e5ce35 /lib/Target/CellSPU | |
parent | 4499e495eabe8de7d595416a03c56af4688df507 (diff) | |
download | external_llvm-d2cde68855125b6815b1575f29cd96927614b0cd.zip external_llvm-d2cde68855125b6815b1575f29cd96927614b0cd.tar.gz external_llvm-d2cde68855125b6815b1575f29cd96927614b0cd.tar.bz2 |
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/CellSPU')
-rw-r--r-- | lib/Target/CellSPU/SPUISelLowering.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/Target/CellSPU/SPUISelLowering.cpp b/lib/Target/CellSPU/SPUISelLowering.cpp index e04722f..a6c0b87 100644 --- a/lib/Target/CellSPU/SPUISelLowering.cpp +++ b/lib/Target/CellSPU/SPUISelLowering.cpp @@ -321,7 +321,6 @@ SPUTargetLowering::SPUTargetLowering(SPUTargetMachine &TM) setOperationAction(ISD::STACKRESTORE , MVT::Other, Expand); setOperationAction(ISD::DYNAMIC_STACKALLOC, MVT::i32 , Expand); setOperationAction(ISD::DYNAMIC_STACKALLOC, MVT::i64 , Expand); - setOperationAction(ISD::PREFETCH , MVT::Other, Expand); // Cell SPU has instructions for converting between i64 and fp. setOperationAction(ISD::FP_TO_SINT, MVT::i64, Custom); |