[llvm-commits] [llvm] r90370 - /llvm/trunk/lib/Target/X86/X86COFFMachineModuleInfo.h
Chris Lattner
sabre at nondot.org
Wed Dec 2 17:10:05 PST 2009
Author: lattner
Date: Wed Dec 2 19:10:05 2009
New Revision: 90370
URL: http://llvm.org/viewvc/llvm-project?rev=90370&view=rev
Log:
yay for case insensitive file systems (?)
Modified:
llvm/trunk/lib/Target/X86/X86COFFMachineModuleInfo.h
Modified: llvm/trunk/lib/Target/X86/X86COFFMachineModuleInfo.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Target/X86/X86COFFMachineModuleInfo.h?rev=90370&r1=90369&r2=90370&view=diff
==============================================================================
--- llvm/trunk/lib/Target/X86/X86COFFMachineModuleInfo.h (original)
+++ llvm/trunk/lib/Target/X86/X86COFFMachineModuleInfo.h Wed Dec 2 19:10:05 2009
@@ -16,7 +16,7 @@
#include "llvm/CodeGen/MachineModuleInfo.h"
#include "llvm/ADT/StringSet.h"
-#include "X86MachinefunctionInfo.h"
+#include "X86MachineFunctionInfo.h"
namespace llvm {
class X86MachineFunctionInfo;
More information about the llvm-commits
mailing list