TableGen: Keep track of superclass reference ranges.
[oota-llvm.git] / lib / TableGen / TGParser.h
index 215cbfcca7b28945058588ec9441198cabdfcb0f..e55805d55255342c368a41e3b84012db1d4e93c7 100644 (file)
@@ -134,7 +134,7 @@ private:  // Parser methods.
   Record *InstantiateMulticlassDef(MultiClass &MC,
                                    Record *DefProto,
                                    Init *DefmPrefix,
-                                   SMLoc DefmPrefixLoc);
+                                   SMRange DefmPrefixRange);
   bool ResolveMulticlassDefArgs(MultiClass &MC,
                                 Record *DefProto,
                                 SMLoc DefmPrefixLoc,