mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-09-25 17:20:48 +00:00
Add explicit keywords.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@37925 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -26,7 +26,7 @@ namespace llvm {
|
||||
class IntrinsicLowering {
|
||||
const TargetData& TD;
|
||||
public:
|
||||
IntrinsicLowering(const TargetData &td) : TD(td) {}
|
||||
explicit IntrinsicLowering(const TargetData &td) : TD(td) {}
|
||||
|
||||
/// AddPrototypes - This method, if called, causes all of the prototypes
|
||||
/// that might be needed by an intrinsic lowering implementation to be
|
||||
|
Reference in New Issue
Block a user