aboutsummaryrefslogtreecommitdiffstats
path: root/utils
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2007-07-30 14:51:59 +0000
committerDan Gohman <gohman@apple.com>2007-07-30 14:51:59 +0000
commitf452207d202618f92cbc04bcc6251ecae0eb6d61 (patch)
treed35b209d288a2be926957ab9b62855d94fbf8500 /utils
parent209ee187c92db27e7b38bef26a14f3b257bc2744 (diff)
downloadexternal_llvm-f452207d202618f92cbc04bcc6251ecae0eb6d61.zip
external_llvm-f452207d202618f92cbc04bcc6251ecae0eb6d61.tar.gz
external_llvm-f452207d202618f92cbc04bcc6251ecae0eb6d61.tar.bz2
More explicit keywords.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@40589 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'utils')
-rw-r--r--utils/TableGen/CallingConvEmitter.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/TableGen/CallingConvEmitter.h b/utils/TableGen/CallingConvEmitter.h
index a0bfab3..b63fc82 100644
--- a/utils/TableGen/CallingConvEmitter.h
+++ b/utils/TableGen/CallingConvEmitter.h
@@ -24,7 +24,7 @@ namespace llvm {
class CallingConvEmitter : public TableGenBackend {
RecordKeeper &Records;
public:
- CallingConvEmitter(RecordKeeper &R) : Records(R) {}
+ explicit CallingConvEmitter(RecordKeeper &R) : Records(R) {}
// run - Output the asmwriter, returning true on failure.
void run(std::ostream &o);