From 1ff5bf6bbbd9a3360fb428837be6f5c98763fc6e Mon Sep 17 00:00:00 2001 From: Matthias Braun Date: Mon, 15 Feb 2016 19:30:11 +0000 Subject: [PATCH] Fix typo in LiveIntervalTest git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@260907 91177308-0d34-0410-b5e6-96231b3b80d8 --- unittests/MI/LiveIntervalTest.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/unittests/MI/LiveIntervalTest.cpp b/unittests/MI/LiveIntervalTest.cpp index 28bdea3ca74..856d14e4c5e 100644 --- a/unittests/MI/LiveIntervalTest.cpp +++ b/unittests/MI/LiveIntervalTest.cpp @@ -9,7 +9,7 @@ #include "llvm/CodeGen/Passes.h" #include "llvm/Support/MemoryBuffer.h" #include "llvm/Support/SourceMgr.h" -#include "llvm/Support/TargetRegistry.H" +#include "llvm/Support/TargetRegistry.h" #include "llvm/Support/TargetSelect.h" #include "llvm/Target/TargetMachine.h" #include "llvm/Target/TargetOptions.h"