diff options
Diffstat (limited to 'llvm/lib/ExecutionEngine/Interpreter/ExecutionAnnotations.h')
-rw-r--r-- | llvm/lib/ExecutionEngine/Interpreter/ExecutionAnnotations.h | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/llvm/lib/ExecutionEngine/Interpreter/ExecutionAnnotations.h b/llvm/lib/ExecutionEngine/Interpreter/ExecutionAnnotations.h index 25b31cd8b40..e17aa4b3552 100644 --- a/llvm/lib/ExecutionEngine/Interpreter/ExecutionAnnotations.h +++ b/llvm/lib/ExecutionEngine/Interpreter/ExecutionAnnotations.h @@ -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 |