diff options
Diffstat (limited to 'llvm/tools/opt/PassPrinters.cpp')
| -rw-r--r-- | llvm/tools/opt/PassPrinters.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/tools/opt/PassPrinters.cpp b/llvm/tools/opt/PassPrinters.cpp index c91d6c837cd..b809d1d4053 100644 --- a/llvm/tools/opt/PassPrinters.cpp +++ b/llvm/tools/opt/PassPrinters.cpp @@ -15,8 +15,8 @@ #include "llvm/Analysis/CallGraphSCCPass.h" #include "llvm/Analysis/LoopPass.h" #include "llvm/Analysis/RegionPass.h" -#include "llvm/Pass.h" #include "llvm/IR/Function.h" +#include "llvm/Pass.h" #include <string> using namespace llvm; |

