diff options
author | Evan Cheng <evan.cheng@apple.com> | 2009-10-21 08:15:52 +0000 |
---|---|---|
committer | Evan Cheng <evan.cheng@apple.com> | 2009-10-21 08:15:52 +0000 |
commit | 786b15fe126507bd7e6d43713683a2f2251d01c5 (patch) | |
tree | 4cbeb2a80592c899f8ca96449b954dd8acc52d48 /llvm/lib/Target/ARM/ARMISelLowering.cpp | |
parent | 7fd48d85494f0869e06ce773bf0cab251c72f71e (diff) | |
download | bcm5719-llvm-786b15fe126507bd7e6d43713683a2f2251d01c5.tar.gz bcm5719-llvm-786b15fe126507bd7e6d43713683a2f2251d01c5.zip |
Match more patterns to movt.
llvm-svn: 84751
Diffstat (limited to 'llvm/lib/Target/ARM/ARMISelLowering.cpp')
-rw-r--r-- | llvm/lib/Target/ARM/ARMISelLowering.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/Target/ARM/ARMISelLowering.cpp b/llvm/lib/Target/ARM/ARMISelLowering.cpp index 17528800a4e..8693a8a17b4 100644 --- a/llvm/lib/Target/ARM/ARMISelLowering.cpp +++ b/llvm/lib/Target/ARM/ARMISelLowering.cpp @@ -3022,7 +3022,6 @@ static SDValue PerformSUBCombine(SDNode *N, return SDValue(); } - /// PerformFMRRDCombine - Target-specific dag combine xforms for ARMISD::FMRRD. static SDValue PerformFMRRDCombine(SDNode *N, TargetLowering::DAGCombinerInfo &DCI) { |