[llvm-commits] CVS: llvm/lib/AsmParser/llvmAsmParser.y ParserInternals.h
Alkis Evlogimenos
alkis at cs.uiuc.edu
Thu Jul 29 05:17:44 PDT 2004
Changes in directory llvm/lib/AsmParser:
llvmAsmParser.y updated: 1.195 -> 1.196
ParserInternals.h updated: 1.36 -> 1.37
---
Log message:
Merge i*.h headers into Instructions.h as part of bug403: http://llvm.cs.uiuc.edu/PR403 .
---
Diffs of the changes: (+4 -7)
Index: llvm/lib/AsmParser/llvmAsmParser.y
diff -u llvm/lib/AsmParser/llvmAsmParser.y:1.195 llvm/lib/AsmParser/llvmAsmParser.y:1.196
--- llvm/lib/AsmParser/llvmAsmParser.y:1.195 Sun Jul 25 20:40:20 2004
+++ llvm/lib/AsmParser/llvmAsmParser.y Thu Jul 29 07:17:34 2004
@@ -13,12 +13,9 @@
%{
#include "ParserInternals.h"
-#include "llvm/SymbolTable.h"
+#include "llvm/Instructions.h"
#include "llvm/Module.h"
-#include "llvm/iTerminators.h"
-#include "llvm/iMemory.h"
-#include "llvm/iOperators.h"
-#include "llvm/iPHINode.h"
+#include "llvm/SymbolTable.h"
#include "llvm/Support/GetElementPtrTypeIterator.h"
#include "Support/STLExtras.h"
#include <algorithm>
Index: llvm/lib/AsmParser/ParserInternals.h
diff -u llvm/lib/AsmParser/ParserInternals.h:1.36 llvm/lib/AsmParser/ParserInternals.h:1.37
--- llvm/lib/AsmParser/ParserInternals.h:1.36 Tue Jul 13 03:28:21 2004
+++ llvm/lib/AsmParser/ParserInternals.h Thu Jul 29 07:17:34 2004
@@ -16,9 +16,9 @@
#define PARSER_INTERNALS_H
#include "llvm/Constants.h"
-#include "llvm/iOther.h"
-#include "llvm/Function.h"
#include "llvm/DerivedTypes.h"
+#include "llvm/Function.h"
+#include "llvm/Instructions.h"
#include "llvm/Assembly/Parser.h"
#include "Support/StringExtras.h"
More information about the llvm-commits
mailing list