[llvm] 54105d6 - [GlobalISel] Untabify InstructionSelectorImpl.h. NFC

Bjorn Pettersson via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 19 03:01:25 PDT 2020


Author: Bjorn Pettersson
Date: 2020-08-19T12:00:00+02:00
New Revision: 54105d635d18aa40a59230591d9f6dd255049c6c

URL: https://github.com/llvm/llvm-project/commit/54105d635d18aa40a59230591d9f6dd255049c6c
DIFF: https://github.com/llvm/llvm-project/commit/54105d635d18aa40a59230591d9f6dd255049c6c.diff

LOG: [GlobalISel] Untabify InstructionSelectorImpl.h. NFC

Added: 
    

Modified: 
    llvm/include/llvm/CodeGen/GlobalISel/InstructionSelectorImpl.h

Removed: 
    


################################################################################
diff  --git a/llvm/include/llvm/CodeGen/GlobalISel/InstructionSelectorImpl.h b/llvm/include/llvm/CodeGen/GlobalISel/InstructionSelectorImpl.h
index 3cde44fcbdc0..85caed0ecae3 100644
--- a/llvm/include/llvm/CodeGen/GlobalISel/InstructionSelectorImpl.h
+++ b/llvm/include/llvm/CodeGen/GlobalISel/InstructionSelectorImpl.h
@@ -193,7 +193,7 @@ bool InstructionSelector::executeMatchTable(
       CurrentIdx = MatchTable[CurrentIdx + (Opcode - LowerBound)];
       if (!CurrentIdx) {
         CurrentIdx = Default;
-	break;
+        break;
       }
       OnFailResumeAt.push_back(Default);
       break;


        


More information about the llvm-commits mailing list