yay for case insensitive file systems (?)

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@90370 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner 2009-12-03 01:10:05 +00:00
parent e568fa2d29
commit bf108bdee5

View File

@ -16,7 +16,7 @@
#include "llvm/CodeGen/MachineModuleInfo.h"
#include "llvm/ADT/StringSet.h"
#include "X86MachinefunctionInfo.h"
#include "X86MachineFunctionInfo.h"
namespace llvm {
class X86MachineFunctionInfo;