Add an option to not print the alias of an instruction. It defaults to "print
[oota-llvm.git] / utils / TableGen / LLVMCConfigurationEmitter.h
index 347f6f1cc5555045581acbea366c71f1687a270e..0f2ff3719678d7000ea547c523615504f5177b7b 100644 (file)
@@ -23,7 +23,8 @@ namespace llvm {
   class LLVMCConfigurationEmitter : public TableGenBackend {
     RecordKeeper &Records;
   public:
-    explicit LLVMCConfigurationEmitter(RecordKeeper &R) : Records(R) {}
+    explicit LLVMCConfigurationEmitter(RecordKeeper &records) : 
+      Records(records) {}
 
     // run - Output the asmwriter, returning true on failure.
     void run(raw_ostream &o);