From: Chris Lattner Date: Mon, 3 Oct 2005 03:32:39 +0000 (+0000) Subject: Fix case of path X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=a385bf7b6dc9b71024aa4c7bb7026bab3c7ebe91;p=oota-llvm.git Fix case of path git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@23605 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/Target/MRegisterInfo.h b/include/llvm/Target/MRegisterInfo.h index f5efb1c8d80..f7baba2ce60 100644 --- a/include/llvm/Target/MRegisterInfo.h +++ b/include/llvm/Target/MRegisterInfo.h @@ -17,7 +17,7 @@ #define LLVM_TARGET_MREGISTERINFO_H #include "llvm/CodeGen/MachineBasicBlock.h" -#include "llvm/Codegen/ValueTypes.h" +#include "llvm/CodeGen/ValueTypes.h" #include #include