diff options
| author | Matthias Braun <matze@braunis.de> | 2016-02-15 19:30:11 +0000 |
|---|---|---|
| committer | Matthias Braun <matze@braunis.de> | 2016-02-15 19:30:11 +0000 |
| commit | e4e9bfeea446d6a44feb3f0f731813720c64ec9a (patch) | |
| tree | e5f3131cea31ee8b68c648015d1eb1bae551ccc2 | |
| parent | 4a6c728cc084c780b49482c973bb99205c09d6e0 (diff) | |
| download | bcm5719-llvm-e4e9bfeea446d6a44feb3f0f731813720c64ec9a.tar.gz bcm5719-llvm-e4e9bfeea446d6a44feb3f0f731813720c64ec9a.zip | |
Fix typo in LiveIntervalTest
llvm-svn: 260907
| -rw-r--r-- | llvm/unittests/MI/LiveIntervalTest.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/unittests/MI/LiveIntervalTest.cpp b/llvm/unittests/MI/LiveIntervalTest.cpp index 28bdea3ca74..856d14e4c5e 100644 --- a/llvm/unittests/MI/LiveIntervalTest.cpp +++ b/llvm/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" |

