[llvm] r263684 - [Statepoint] Remove unused header; NFC

Sanjoy Das via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 16 18:15:27 PDT 2016


Author: sanjoy
Date: Wed Mar 16 20:15:27 2016
New Revision: 263684

URL: http://llvm.org/viewvc/llvm-project?rev=263684&view=rev
Log:
[Statepoint] Remove unused header; NFC

Modified:
    llvm/trunk/include/llvm/IR/Statepoint.h

Modified: llvm/trunk/include/llvm/IR/Statepoint.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/IR/Statepoint.h?rev=263684&r1=263683&r2=263684&view=diff
==============================================================================
--- llvm/trunk/include/llvm/IR/Statepoint.h (original)
+++ llvm/trunk/include/llvm/IR/Statepoint.h Wed Mar 16 20:15:27 2016
@@ -24,7 +24,6 @@
 #include "llvm/IR/Instructions.h"
 #include "llvm/IR/IntrinsicInst.h"
 #include "llvm/IR/Intrinsics.h"
-#include "llvm/Support/Compiler.h"
 
 namespace llvm {
 /// The statepoint intrinsic accepts a set of flags as its third argument.




More information about the llvm-commits mailing list