commit | 61e729e2e9517ab2d8887bab86fb377900fa1081 | [log] [tgz] |
---|---|---|
author | Dan Gohman <gohman@apple.com> | Thu Aug 02 21:21:54 2007 +0000 |
committer | Dan Gohman <gohman@apple.com> | Thu Aug 02 21:21:54 2007 +0000 |
tree | 3eb45a42b1bb9e4e6761dc517e08949bd4750a96 | |
parent | 7f55fcbc6bec56662e46d35ca604553effb7a525 [diff] [blame] |
More explicit keywords. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@40757 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/Target/PowerPC/PPCISelLowering.h b/lib/Target/PowerPC/PPCISelLowering.h index 245fe53..b6b52ef 100644 --- a/lib/Target/PowerPC/PPCISelLowering.h +++ b/lib/Target/PowerPC/PPCISelLowering.h
@@ -186,7 +186,7 @@ int ReturnAddrIndex; // FrameIndex for return slot. const PPCSubtarget &PPCSubTarget; public: - PPCTargetLowering(PPCTargetMachine &TM); + explicit PPCTargetLowering(PPCTargetMachine &TM); /// getTargetNodeName() - This method returns the name of a target specific /// DAG node.