[llvm-commits] [llvm] r92338 - /llvm/trunk/include/llvm/Analysis/DebugInfo.h
Chris Lattner
sabre at nondot.org
Wed Dec 30 19:02:42 PST 2009
Author: lattner
Date: Wed Dec 30 21:02:42 2009
New Revision: 92338
URL: http://llvm.org/viewvc/llvm-project?rev=92338&view=rev
Log:
this #include is ok.
Modified:
llvm/trunk/include/llvm/Analysis/DebugInfo.h
Modified: llvm/trunk/include/llvm/Analysis/DebugInfo.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/Analysis/DebugInfo.h?rev=92338&r1=92337&r2=92338&view=diff
==============================================================================
--- llvm/trunk/include/llvm/Analysis/DebugInfo.h (original)
+++ llvm/trunk/include/llvm/Analysis/DebugInfo.h Wed Dec 30 21:02:42 2009
@@ -20,7 +20,7 @@
#include "llvm/ADT/SmallVector.h"
#include "llvm/ADT/SmallPtrSet.h"
#include "llvm/ADT/StringRef.h"
-#include "llvm/Support/Dwarf.h" // FIXME: Should not need this.
+#include "llvm/Support/Dwarf.h"
namespace llvm {
class BasicBlock;
More information about the llvm-commits
mailing list