mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-04-01 18:33:56 +00:00
remove ShouldEmitDebugFunctions, a hack to support llvm-db via the jit
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@26702 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
7d74d1145f
commit
682365dc80
@ -40,14 +40,10 @@ namespace llvm {
|
||||
class Module;
|
||||
|
||||
class IntrinsicLowering {
|
||||
protected:
|
||||
bool ShouldEmitDebugFunctions;
|
||||
public:
|
||||
IntrinsicLowering() : ShouldEmitDebugFunctions(false) {}
|
||||
IntrinsicLowering() {}
|
||||
virtual ~IntrinsicLowering() {}
|
||||
|
||||
bool EmitDebugFunctions() const { return ShouldEmitDebugFunctions; }
|
||||
|
||||
/// AddPrototypes - This method, if called, causes all of the prototypes
|
||||
/// that might be needed by an intrinsic lowering implementation to be
|
||||
/// inserted into the module specified.
|
||||
|
Loading…
x
Reference in New Issue
Block a user