OSDN Git Service

[InstCombine] Move class into anonymous namespace. NFC.
authorBenjamin Kramer <benny.kra@googlemail.com>
Fri, 10 Feb 2017 22:26:35 +0000 (22:26 +0000)
committerBenjamin Kramer <benny.kra@googlemail.com>
Fri, 10 Feb 2017 22:26:35 +0000 (22:26 +0000)
commit53c27da76d919439867d4b5cdcfaeb8a13cc9e7d
tree5783b00cd8148498c50f4d0695b66fd206617608
parent54c3fcaeb17f8176823331579bb753da8ab71adc
[InstCombine] Move class into anonymous namespace. NFC.

This is necessary to avoid warnings from GCC.
InstCombineLoadStoreAlloca.cpp:238:7: error: 'PointerReplacer' declared
with greater visibility than the type of its field 'PointerReplacer::IC'

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@294794 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Transforms/InstCombine/InstCombineLoadStoreAlloca.cpp