ARM label operands can be quoted.
[oota-llvm.git] / lib / TableGen / TGParser.h
index 7295febb9fdb2ef6723ce9b8e9eb14d99939f76d..54cd99a8a4a641a6d6ebc4a3b7d33900fc73c18c 100644 (file)
@@ -101,7 +101,7 @@ private:  // Parser methods.
   bool ParseMultiClass();
   Record *InstantiateMulticlassDef(MultiClass &MC,
                                    Record *DefProto,
-                                   const std::string &DefmPrefix,
+                                   Init *DefmPrefix,
                                    SMLoc DefmPrefixLoc);
   bool ResolveMulticlassDefArgs(MultiClass &MC,
                                 Record *DefProto,