Fix case of path
authorChris Lattner <sabre@nondot.org>
Mon, 3 Oct 2005 03:32:39 +0000 (03:32 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 3 Oct 2005 03:32:39 +0000 (03:32 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@23605 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/Target/MRegisterInfo.h

index f5efb1c8d80882e7ede531bc35efd2e1d4d76e7f..f7baba2ce602da5cd04c6ea62e8f51c99eb775f2 100644 (file)
@@ -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 <cassert>
 #include <functional>