Shuffle header file as per the Coding Standards

llvm-svn: 261308
This commit is contained in:
David Majnemer 2016-02-19 04:46:48 +00:00
parent b61fd7fc6d
commit 693f13156e
1 changed files with 1 additions and 1 deletions

View File

@ -12,11 +12,11 @@
//
//===----------------------------------------------------------------------===//
#include "llvm/CodeGen/Passes.h"
#include "llvm/ADT/SetVector.h"
#include "llvm/ADT/SmallPtrSet.h"
#include "llvm/ADT/SmallVector.h"
#include "llvm/ADT/Statistic.h"
#include "llvm/CodeGen/Passes.h"
#include "llvm/IR/Constants.h"
#include "llvm/IR/DataLayout.h"
#include "llvm/IR/DerivedTypes.h"