diff options
author | Jim Grosbach <grosbach@apple.com> | 2014-04-03 23:43:18 +0000 |
---|---|---|
committer | Jim Grosbach <grosbach@apple.com> | 2014-04-03 23:43:18 +0000 |
commit | 1a5971150520c9b1d6c10be1a88a97b34f32beba (patch) | |
tree | 89e91e81db139dc2f85f05a4e947f2109bccbc43 /llvm/lib/Target/ARM/ARMISelDAGToDAG.cpp | |
parent | e04eb1dc125011a477eec72b0a9ed210b8e36179 (diff) | |
download | bcm5719-llvm-1a5971150520c9b1d6c10be1a88a97b34f32beba.tar.gz bcm5719-llvm-1a5971150520c9b1d6c10be1a88a97b34f32beba.zip |
Tidy up. Trailing whitespace.
llvm-svn: 205583
Diffstat (limited to 'llvm/lib/Target/ARM/ARMISelDAGToDAG.cpp')
-rw-r--r-- | llvm/lib/Target/ARM/ARMISelDAGToDAG.cpp | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/llvm/lib/Target/ARM/ARMISelDAGToDAG.cpp b/llvm/lib/Target/ARM/ARMISelDAGToDAG.cpp index 70e11c50e6d..26af09acc43 100644 --- a/llvm/lib/Target/ARM/ARMISelDAGToDAG.cpp +++ b/llvm/lib/Target/ARM/ARMISelDAGToDAG.cpp @@ -397,7 +397,7 @@ void ARMDAGToDAGISel::PreprocessISelDAG() { N1 = CurDAG->getNode(ISD::SHL, SDLoc(N1), MVT::i32, N1, CurDAG->getConstant(TZ, MVT::i32)); CurDAG->UpdateNodeOperands(N, N0, N1); - } + } } /// hasNoVMLxHazardUse - Return true if it's desirable to select a FP MLA / MLS @@ -1699,10 +1699,10 @@ static bool isVSTfixed(unsigned Opc) case ARM::VST1d16wb_fixed : return true; case ARM::VST1d32wb_fixed : return true; case ARM::VST1d64wb_fixed : return true; - case ARM::VST1q8wb_fixed : return true; - case ARM::VST1q16wb_fixed : return true; - case ARM::VST1q32wb_fixed : return true; - case ARM::VST1q64wb_fixed : return true; + case ARM::VST1q8wb_fixed : return true; + case ARM::VST1q16wb_fixed : return true; + case ARM::VST1q32wb_fixed : return true; + case ARM::VST1q64wb_fixed : return true; case ARM::VST1d64TPseudoWB_fixed : return true; case ARM::VST1d64QPseudoWB_fixed : return true; case ARM::VST2d8wb_fixed : return true; |