[InstSimplify] Fix the indentation throughout the interface header file.
authorCraig Topper <craig.topper@gmail.com>
Mon, 22 May 2017 23:50:40 +0000 (23:50 +0000)
committerCraig Topper <craig.topper@gmail.com>
Mon, 22 May 2017 23:50:40 +0000 (23:50 +0000)
commit81559593a3143c13f3c0ad6296d71ebf912ee2be
treef603e32623c6fc842769f1b1d273991af5b849a2
parent8e7d11ab2b7c014baddc3d60b5165178b3560780
[InstSimplify] Fix the indentation throughout the interface header file.

The forward declarations and the SimplifyQuery class at the beginning of the namespace weren't indented. But the closing brace for SimplifyQuery and everything after it were indented.

This commit makes the whole file consistent to no identation per coding standards. The signature of every function in this file changed a few weeks ago so this isn't a big disturbance to the revision history.

llvm-svn: 303588
llvm/include/llvm/Analysis/InstructionSimplify.h