Add a sanity-check to tablegen to catch the case where isSimpleLoad
[oota-llvm.git] / utils / TableGen / CallingConvEmitter.h
index a0bfab3e75cfe19fbb494fde306c7591f08fe349..ffd6a48c7ad65bde8914da3232d2a4c8289955b0 100644 (file)
@@ -2,8 +2,8 @@
 //
 //                     The LLVM Compiler Infrastructure
 //
-// This file was developed by Chris Lattner and is distributed under
-// the University of Illinois Open Source License. See LICENSE.TXT for details.
+// This file is distributed under the University of Illinois Open Source
+// License. See LICENSE.TXT for details.
 //
 //===----------------------------------------------------------------------===//
 //
@@ -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);