Recommit r310809 with a fix for the spill problem
[llvm-core.git] / tools / opt / BreakpointPrinter.h
blob81c88e19199ebf722c1ddbf66c017fa41a657000
1 //===- BreakpointPrinter.h - Breakpoint location printer ------------------===//
2 //
3 // The LLVM Compiler Infrastructure
4 //
5 // This file is distributed under the University of Illinois Open Source
6 // License. See LICENSE.TXT for details.
7 //
8 //===----------------------------------------------------------------------===//
9 ///
10 /// \file
11 /// \brief Breakpoint location printer.
12 ///
13 //===----------------------------------------------------------------------===//
14 #ifndef LLVM_TOOLS_OPT_BREAKPOINTPRINTER_H
15 #define LLVM_TOOLS_OPT_BREAKPOINTPRINTER_H
17 namespace llvm {
19 class ModulePass;
20 class raw_ostream;
22 ModulePass *createBreakpointPrinter(raw_ostream &out);
25 #endif // LLVM_TOOLS_OPT_BREAKPOINTPRINTER_H