[llvm] r260907 - Fix typo in LiveIntervalTest
Matthias Braun via llvm-commits
llvm-commits at lists.llvm.org
Mon Feb 15 11:30:12 PST 2016
Author: matze
Date: Mon Feb 15 13:30:11 2016
New Revision: 260907
URL: http://llvm.org/viewvc/llvm-project?rev=260907&view=rev
Log:
Fix typo in LiveIntervalTest
Modified:
llvm/trunk/unittests/MI/LiveIntervalTest.cpp
Modified: llvm/trunk/unittests/MI/LiveIntervalTest.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/unittests/MI/LiveIntervalTest.cpp?rev=260907&r1=260906&r2=260907&view=diff
==============================================================================
--- llvm/trunk/unittests/MI/LiveIntervalTest.cpp (original)
+++ llvm/trunk/unittests/MI/LiveIntervalTest.cpp Mon Feb 15 13:30:11 2016
@@ -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"
More information about the llvm-commits
mailing list