summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/PIC16
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2008-07-07 18:00:37 +0000
committerDan Gohman <gohman@apple.com>2008-07-07 18:00:37 +0000
commit56e3f63ec507e1dc39101f86cf7caf7b98171f92 (patch)
treeb95f4fc7357efd13c086356b8da2b1969a90e0ff /llvm/lib/Target/PIC16
parente916fd5b96f65e21f3178b4b27f390eb0191d2f3 (diff)
downloadbcm5719-llvm-56e3f63ec507e1dc39101f86cf7caf7b98171f92.tar.gz
bcm5719-llvm-56e3f63ec507e1dc39101f86cf7caf7b98171f92.zip
Add explicit keywords.
llvm-svn: 53179
Diffstat (limited to 'llvm/lib/Target/PIC16')
-rw-r--r--llvm/lib/Target/PIC16/PIC16ISelDAGToDAG.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/PIC16/PIC16ISelDAGToDAG.cpp b/llvm/lib/Target/PIC16/PIC16ISelDAGToDAG.cpp
index 325e71e7bcf..402566fb3be 100644
--- a/llvm/lib/Target/PIC16/PIC16ISelDAGToDAG.cpp
+++ b/llvm/lib/Target/PIC16/PIC16ISelDAGToDAG.cpp
@@ -57,7 +57,7 @@ class VISIBILITY_HIDDEN PIC16DAGToDAGISel : public SelectionDAGISel {
PIC16TargetLowering PIC16Lowering;
public:
- PIC16DAGToDAGISel(PIC16TargetMachine &tm) :
+ explicit PIC16DAGToDAGISel(PIC16TargetMachine &tm) :
SelectionDAGISel(PIC16Lowering),
TM(tm), PIC16Lowering(*TM.getTargetLowering()) {}
OpenPOWER on IntegriCloud