aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvan Cheng <evan.cheng@apple.com>2007-05-07 21:29:41 +0000
committerEvan Cheng <evan.cheng@apple.com>2007-05-07 21:29:41 +0000
commitc4e600362e0adec4660c317e0f87e4344e76f139 (patch)
tree211a0cbde84fd0353246660f385d4bda3e64603b
parent59d5b68dffc4b25290ab21416cd33a7956269389 (diff)
This is no longer needed after enabling the DAG combiner xform.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@36909 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--lib/Target/ARM/ARMInstrVFP.td5
1 files changed, 0 insertions, 5 deletions
diff --git a/lib/Target/ARM/ARMInstrVFP.td b/lib/Target/ARM/ARMInstrVFP.td
index a8a72ed72c..671e1a48c1 100644
--- a/lib/Target/ARM/ARMInstrVFP.td
+++ b/lib/Target/ARM/ARMInstrVFP.td
@@ -78,11 +78,6 @@ def FSTS : ASI5<(ops SPR:$src, addrmode5:$addr),
[(store SPR:$src, addrmode5:$addr)]>;
} // isStore
-// avoid copying result of FTOUIZ to int reg when we're just storing it
-let AddedComplexity = 1 in
-def : ARMPat<(store (i32 (bitconvert SPR:$src)), addrmode5:$addr),
- (FSTS SPR:$src, addrmode5:$addr)>;
-
//===----------------------------------------------------------------------===//
// Load / store multiple Instructions.
//