[llvm] 842785a - [MachineInstr] Remove the code that was accidentally added in #132536 (NFC)

via llvm-commits llvm-commits at lists.llvm.org
Wed Apr 2 05:08:46 PDT 2025


Author: dianqk
Date: 2025-04-02T20:08:37+08:00
New Revision: 842785adf7349f07a91320d49ff8a10971e04409

URL: https://github.com/llvm/llvm-project/commit/842785adf7349f07a91320d49ff8a10971e04409
DIFF: https://github.com/llvm/llvm-project/commit/842785adf7349f07a91320d49ff8a10971e04409.diff

LOG: [MachineInstr] Remove the code that was accidentally added in #132536 (NFC)

Added: 
    

Modified: 
    llvm/include/llvm/CodeGen/MachineInstr.h

Removed: 
    


################################################################################
diff  --git a/llvm/include/llvm/CodeGen/MachineInstr.h b/llvm/include/llvm/CodeGen/MachineInstr.h
index 997d6a5554e06..102b1eb07358e 100644
--- a/llvm/include/llvm/CodeGen/MachineInstr.h
+++ b/llvm/include/llvm/CodeGen/MachineInstr.h
@@ -2079,9 +2079,6 @@ class MachineInstr
                     MCSymbol *PreInstrSymbol, MCSymbol *PostInstrSymbol,
                     MDNode *HeapAllocMarker, MDNode *PCSections,
                     uint32_t CFIType, MDNode *MMRAs);
-
-  /// Returns true if all successors are IRBlockAddressTaken.
-  bool jumpToIRBlockAddressTaken() const;
 };
 
 /// Special DenseMapInfo traits to compare MachineInstr* by *value* of the


        


More information about the llvm-commits mailing list