[llvm] r227772 - [PowerPC] Remove unnecessary include
Hal Finkel
hfinkel at anl.gov
Sun Feb 1 14:03:13 PST 2015
Author: hfinkel
Date: Sun Feb 1 16:03:13 2015
New Revision: 227772
URL: http://llvm.org/viewvc/llvm-project?rev=227772&view=rev
Log:
[PowerPC] Remove unnecessary include
Modified:
llvm/trunk/lib/Target/PowerPC/PPCVSXFMAMutate.cpp
Modified: llvm/trunk/lib/Target/PowerPC/PPCVSXFMAMutate.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Target/PowerPC/PPCVSXFMAMutate.cpp?rev=227772&r1=227771&r2=227772&view=diff
==============================================================================
--- llvm/trunk/lib/Target/PowerPC/PPCVSXFMAMutate.cpp (original)
+++ llvm/trunk/lib/Target/PowerPC/PPCVSXFMAMutate.cpp Sun Feb 1 16:03:13 2015
@@ -29,7 +29,6 @@
#include "llvm/CodeGen/PseudoSourceValue.h"
#include "llvm/CodeGen/ScheduleDAG.h"
#include "llvm/CodeGen/SlotIndexes.h"
-#include "llvm/CodeGen/StackMaps.h"
#include "llvm/MC/MCAsmInfo.h"
#include "llvm/Support/CommandLine.h"
#include "llvm/Support/Debug.h"
More information about the llvm-commits
mailing list