1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-24 19:52:54 +01:00

yay for case insensitive file systems (?)

llvm-svn: 90370
This commit is contained in:
Chris Lattner 2009-12-03 01:10:05 +00:00
parent 851aea6ce2
commit 29e2e60be6

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;