[llvm] 219f8d6 - GenericDomTreeConstruction.h - reorder includes. NFC.

Simon Pilgrim via llvm-commits llvm-commits at lists.llvm.org
Wed May 20 06:02:14 PDT 2020


Author: Simon Pilgrim
Date: 2020-05-20T14:00:52+01:00
New Revision: 219f8d6c9f5104d4df6a2dff81c6827d4bbae1c8

URL: https://github.com/llvm/llvm-project/commit/219f8d6c9f5104d4df6a2dff81c6827d4bbae1c8
DIFF: https://github.com/llvm/llvm-project/commit/219f8d6c9f5104d4df6a2dff81c6827d4bbae1c8.diff

LOG: GenericDomTreeConstruction.h - reorder includes. NFC.

Added: 
    

Modified: 
    llvm/include/llvm/Support/GenericDomTreeConstruction.h

Removed: 
    


################################################################################
diff  --git a/llvm/include/llvm/Support/GenericDomTreeConstruction.h b/llvm/include/llvm/Support/GenericDomTreeConstruction.h
index a344f66c548e..7c94a26705a8 100644
--- a/llvm/include/llvm/Support/GenericDomTreeConstruction.h
+++ b/llvm/include/llvm/Support/GenericDomTreeConstruction.h
@@ -37,7 +37,6 @@
 #ifndef LLVM_SUPPORT_GENERICDOMTREECONSTRUCTION_H
 #define LLVM_SUPPORT_GENERICDOMTREECONSTRUCTION_H
 
-#include <queue>
 #include "llvm/ADT/ArrayRef.h"
 #include "llvm/ADT/DenseSet.h"
 #include "llvm/ADT/DepthFirstIterator.h"
@@ -45,6 +44,7 @@
 #include "llvm/ADT/SmallPtrSet.h"
 #include "llvm/Support/Debug.h"
 #include "llvm/Support/GenericDomTree.h"
+#include <queue>
 
 #define DEBUG_TYPE "dom-tree-builder"
 


        


More information about the llvm-commits mailing list