[llvm] r283065 - [X86] Fix indentation. NFC

Craig Topper via llvm-commits llvm-commits at lists.llvm.org
Sat Oct 1 23:13:41 PDT 2016


Author: ctopper
Date: Sun Oct  2 01:13:40 2016
New Revision: 283065

URL: http://llvm.org/viewvc/llvm-project?rev=283065&view=rev
Log:
[X86] Fix indentation. NFC

Modified:
    llvm/trunk/lib/Target/X86/X86ISelLowering.cpp

Modified: llvm/trunk/lib/Target/X86/X86ISelLowering.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Target/X86/X86ISelLowering.cpp?rev=283065&r1=283064&r2=283065&view=diff
==============================================================================
--- llvm/trunk/lib/Target/X86/X86ISelLowering.cpp (original)
+++ llvm/trunk/lib/Target/X86/X86ISelLowering.cpp Sun Oct  2 01:13:40 2016
@@ -22094,7 +22094,7 @@ void X86TargetLowering::LowerOperationWr
   // In some cases (LowerSINT_TO_FP for example) Res has more result values
   // than original node, chain should be dropped(last value).
   for (unsigned I = 0, E = N->getNumValues(); I != E; ++I)
-      Results.push_back(Res.getValue(I));
+    Results.push_back(Res.getValue(I));
 }
 
 /// Replace a node with an illegal result type with a new node built out of




More information about the llvm-commits mailing list