]> granicus.if.org Git - llvm/commitdiff
[X86] Fix indentation. NFC
authorCraig Topper <craig.topper@gmail.com>
Sun, 2 Oct 2016 06:13:40 +0000 (06:13 +0000)
committerCraig Topper <craig.topper@gmail.com>
Sun, 2 Oct 2016 06:13:40 +0000 (06:13 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@283065 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/X86/X86ISelLowering.cpp

index 07c3db4501e50ab7fc56b8cd68a6cd0d64015f9f..e5de78fd8f2d35a3af242952ea8cdecb3e425069 100644 (file)
@@ -22094,7 +22094,7 @@ void X86TargetLowering::LowerOperationWrapper(SDNode *N,
   // 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