mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-09-24 23:28:41 +00:00
Remove support for breakpoints (not used).
Remove some dead code and whitespace. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8346 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -37,7 +37,6 @@ private:
|
||||
unsigned getValueSlot(const Value *V);
|
||||
};
|
||||
|
||||
|
||||
//===----------------------------------------------------------------------===//
|
||||
// Support for the SlotNumber annotation
|
||||
//===----------------------------------------------------------------------===//
|
||||
@@ -58,9 +57,6 @@ struct SlotNumber : public Annotation {
|
||||
SlotNum(sn) {}
|
||||
};
|
||||
|
||||
|
||||
|
||||
|
||||
//===----------------------------------------------------------------------===//
|
||||
// Support for the InstNumber annotation
|
||||
//===----------------------------------------------------------------------===//
|
||||
@@ -79,14 +75,4 @@ struct InstNumber : public SlotNumber {
|
||||
InstNumber(unsigned in, unsigned sn) : SlotNumber(sn), InstNum(in) {}
|
||||
};
|
||||
|
||||
|
||||
//===----------------------------------------------------------------------===//
|
||||
// Support for the Breakpoint annotation
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
static AnnotationID BreakpointAID(
|
||||
AnnotationManager::getID("Interpreter::Breakpoint"));
|
||||
// Just use an Annotation directly, Breakpoint is currently just a marker
|
||||
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user