diff options
author | Adam Nemet <anemet@apple.com> | 2017-10-09 23:19:02 +0000 |
---|---|---|
committer | Adam Nemet <anemet@apple.com> | 2017-10-09 23:19:02 +0000 |
commit | 0965da20552af85f43b1a15c0867e423791b5513 (patch) | |
tree | 604bb5c93213d626db410b074ce91612050ae4cd /llvm/lib/Transforms/Scalar/LoopDistribute.cpp | |
parent | 1e2c8b115700a6dd41e347ee813b44fa58baf7c1 (diff) | |
download | bcm5719-llvm-0965da20552af85f43b1a15c0867e423791b5513.tar.gz bcm5719-llvm-0965da20552af85f43b1a15c0867e423791b5513.zip |
Rename OptimizationDiagnosticInfo.* to OptimizationRemarkEmitter.*
Sync it up with the name of the class actually defined here. This has been
bothering me for a while...
llvm-svn: 315249
Diffstat (limited to 'llvm/lib/Transforms/Scalar/LoopDistribute.cpp')
-rw-r--r-- | llvm/lib/Transforms/Scalar/LoopDistribute.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Transforms/Scalar/LoopDistribute.cpp b/llvm/lib/Transforms/Scalar/LoopDistribute.cpp index 3624bba1034..a5f086f6b28 100644 --- a/llvm/lib/Transforms/Scalar/LoopDistribute.cpp +++ b/llvm/lib/Transforms/Scalar/LoopDistribute.cpp @@ -31,7 +31,7 @@ #include "llvm/Analysis/GlobalsModRef.h" #include "llvm/Analysis/LoopAccessAnalysis.h" #include "llvm/Analysis/LoopInfo.h" -#include "llvm/Analysis/OptimizationDiagnosticInfo.h" +#include "llvm/Analysis/OptimizationRemarkEmitter.h" #include "llvm/IR/DiagnosticInfo.h" #include "llvm/IR/Dominators.h" #include "llvm/Pass.h" |