Shorten DiagnosticInfoOptimizationRemark* to OptimizationRemark*. NFC
authorAdam Nemet <anemet@apple.com>
Tue, 27 Sep 2016 22:19:29 +0000 (22:19 +0000)
committerAdam Nemet <anemet@apple.com>
Tue, 27 Sep 2016 22:19:29 +0000 (22:19 +0000)
commitb4e64a77d3f7c410e0548b659e61ce0d1ca54f08
treeb97aff7644272360ff7bb5f9b672804f73469c0a
parent04758ba38576dde76a7545db3d79028e25a4ecb5
Shorten DiagnosticInfoOptimizationRemark* to OptimizationRemark*. NFC

With the new streaming interface in LLVM, these class names need to be
typed a lot and it's way too looong.

llvm-svn: 282545
clang/lib/CodeGen/CodeGenAction.cpp