Extend the AsmWriter to print unnamed numbered types as "%0 = type ..."
[oota-llvm.git] / lib / AsmParser / LLParser.h
index 40848cfe77c5118c036cac1ef83d73b44e2b003d..4bdbbfeab2193ec8692a0ff139316550d43b0f57 100644 (file)
@@ -143,6 +143,7 @@ namespace llvm {
     bool ParseDefine();
 
     bool ParseGlobalType(bool &IsConstant);
+    bool ParseUnnamedGlobal();
     bool ParseNamedGlobal();
     bool ParseGlobal(const std::string &Name, LocTy Loc, unsigned Linkage,
                      bool HasLinkage, unsigned Visibility);