[llvm-commits] CVS: llvm/lib/Bytecode/Analyzer/BytecodeHandler.cpp
LLVM
llvm at cs.uiuc.edu
Tue Jun 8 00:58:06 PDT 2004
Changes in directory llvm/lib/Bytecode/Analyzer:
BytecodeHandler.cpp updated: 1.1 -> 1.2
---
Log message:
Make it #include Parser.h instead of AnalyzerInternals.h since it only
needs the BytecodeHandler interface which is now in Parser.h
---
Diffs of the changes: (+1 -1)
Index: llvm/lib/Bytecode/Analyzer/BytecodeHandler.cpp
diff -u llvm/lib/Bytecode/Analyzer/BytecodeHandler.cpp:1.1 llvm/lib/Bytecode/Analyzer/BytecodeHandler.cpp:1.2
--- llvm/lib/Bytecode/Analyzer/BytecodeHandler.cpp:1.1 Mon Jun 7 12:53:43 2004
+++ llvm/lib/Bytecode/Analyzer/BytecodeHandler.cpp Tue Jun 8 00:53:14 2004
@@ -12,7 +12,7 @@
//
//===----------------------------------------------------------------------===//
-#include "BytecodeHandler.h"
+#include "Parser.h"
using namespace llvm;
More information about the llvm-commits
mailing list