Test commit
authorRhys Perry <pendingchaos02@gmail.com>
Wed, 19 Dec 2018 22:26:51 +0000 (22:26 +0000)
committerRhys Perry <pendingchaos02@gmail.com>
Wed, 19 Dec 2018 22:26:51 +0000 (22:26 +0000)
Replace tab with 4 spaces.

llvm-svn: 349689

llvm/lib/CodeGen/GlobalISel/LegalizerInfo.cpp

index 926af3f..f6afe5a 100644 (file)
@@ -585,7 +585,7 @@ const MachineInstr *llvm::machineFunctionIsIllegal(const MachineFunction &MF) {
     for (const MachineBasicBlock &MBB : MF)
       for (const MachineInstr &MI : MBB)
         if (isPreISelGenericOpcode(MI.getOpcode()) && !MLI->isLegal(MI, MRI))
-         return &MI;
+      return &MI;
   }
   return nullptr;
 }