]> granicus.if.org Git - llvm/commit
[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)
commit6135595faadff2bd15e63f687bddc7f7dd56cc4b
tree01cd4155b0454dd4104c02d4363c7b28e011669d
parentd88c7f02ee5664997b306dda93b1974d477d6379
[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.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@303588 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Analysis/InstructionSimplify.h