Model :upper16: and :lower16: as ARM specific MCTargetExpr. This is a step
[oota-llvm.git] / utils / TableGen / LLVMCConfigurationEmitter.h
index d7e4371ca2aa4b269574898629228cf10ace94f3..0f2ff3719678d7000ea547c523615504f5177b7b 100644 (file)
@@ -23,7 +23,7 @@ namespace llvm {
   class LLVMCConfigurationEmitter : public TableGenBackend {
     RecordKeeper &Records;
   public:
-    explicit LLVMCConfigurationEmitter(RecordKeeperrecords) : 
+    explicit LLVMCConfigurationEmitter(RecordKeeper &records) : 
       Records(records) {}
 
     // run - Output the asmwriter, returning true on failure.