[llvm] r286546 - [llvm] Remove duplicate header from PassInfo.h

Mandeep Singh Grang via llvm-commits llvm-commits at lists.llvm.org
Thu Nov 10 18:01:33 PST 2016


Author: mgrang
Date: Thu Nov 10 20:01:32 2016
New Revision: 286546

URL: http://llvm.org/viewvc/llvm-project?rev=286546&view=rev
Log:
[llvm] Remove duplicate header from PassInfo.h

Reviewers: mehdi_amini

Differential Revision: https://reviews.llvm.org/D26533

Modified:
    llvm/trunk/include/llvm/PassInfo.h

Modified: llvm/trunk/include/llvm/PassInfo.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/PassInfo.h?rev=286546&r1=286545&r2=286546&view=diff
==============================================================================
--- llvm/trunk/include/llvm/PassInfo.h (original)
+++ llvm/trunk/include/llvm/PassInfo.h Thu Nov 10 20:01:32 2016
@@ -15,8 +15,6 @@
 
 #include "llvm/ADT/StringRef.h"
 
-#include "llvm/ADT/StringRef.h"
-
 #include <cassert>
 #include <vector>
 




More information about the llvm-commits mailing list