[llvm-commits] [llvm] r63448 - /llvm/trunk/include/llvm/Target/TargetLowering.h
Dale Johannesen
dalej at apple.com
Fri Jan 30 15:20:42 PST 2009
Author: johannes
Date: Fri Jan 30 17:20:42 2009
New Revision: 63448
URL: http://llvm.org/viewvc/llvm-project?rev=63448&view=rev
Log:
Fix build on case-sensitive filesystems (i.e. everybody else)
Modified:
llvm/trunk/include/llvm/Target/TargetLowering.h
Modified: llvm/trunk/include/llvm/Target/TargetLowering.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/Target/TargetLowering.h?rev=63448&r1=63447&r2=63448&view=diff
==============================================================================
--- llvm/trunk/include/llvm/Target/TargetLowering.h (original)
+++ llvm/trunk/include/llvm/Target/TargetLowering.h Fri Jan 30 17:20:42 2009
@@ -29,7 +29,7 @@
#include "llvm/ADT/DenseMap.h"
#include "llvm/ADT/SmallSet.h"
#include "llvm/ADT/STLExtras.h"
-#include "llvm/Codegen/DebugLoc.h"
+#include "llvm/CodeGen/DebugLoc.h"
#include <climits>
#include <map>
#include <vector>
More information about the llvm-commits
mailing list