mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-13 15:11:39 +00:00
add a flag
llvm-svn: 24375
This commit is contained in:
parent
5853bd7984
commit
efa81a081f
@ -40,9 +40,14 @@ namespace llvm {
|
||||
class Module;
|
||||
|
||||
class IntrinsicLowering {
|
||||
protected:
|
||||
bool ShouldEmitDebugFunctions;
|
||||
public:
|
||||
IntrinsicLowering() : ShouldEmitDebugFunctions(false) {}
|
||||
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