OSDN Git Service

[ADCE] Fix formatting of pointer types
authorHal Finkel <hfinkel@anl.gov>
Sun, 15 Feb 2015 15:47:52 +0000 (15:47 +0000)
committerHal Finkel <hfinkel@anl.gov>
Sun, 15 Feb 2015 15:47:52 +0000 (15:47 +0000)
commit4090dfd7ba0f78676124c74923b1c7460a541cb5
treeaedf4eabcb5848fbaa38373fe7e38ad83a3c7f2e
parent13f4dc0217c38bc35f83149ad61d8d90d5ad8baf
[ADCE] Fix formatting of pointer types

We prefer to put the * with the variable, not with the type; NFC.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@229317 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Transforms/Scalar/ADCE.cpp