Fix capitalization in #include of FastISel.h. This unbreaks the build on case-sensitive filesystems.

llvm-svn: 55687
This commit is contained in:
Ted Kremenek 2008-09-03 02:54:11 +00:00
parent ef89086c12
commit 2175b55dc7
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@
#include "X86RegisterInfo.h"
#include "X86MachineFunctionInfo.h"
#include "llvm/Target/TargetLowering.h"
#include "llvm/CodeGen/FastIsel.h"
#include "llvm/CodeGen/FastISel.h"
#include "llvm/CodeGen/SelectionDAG.h"
#include "llvm/CodeGen/CallingConvLower.h"