Put RegsForValue in the llvm namespace to avoid warnings about
authorDan Gohman <gohman@apple.com>
Wed, 3 Sep 2008 23:18:39 +0000 (23:18 +0000)
committerDan Gohman <gohman@apple.com>
Wed, 3 Sep 2008 23:18:39 +0000 (23:18 +0000)
commit2a7c671e2eb93e316f1214b1f5ea0f2dfa072943
tree3bff3f58af1413be87c0d5e602ac9650de4f0603
parent3df24e667f04a7003342b534310919abc9c87418
Put RegsForValue in the llvm namespace to avoid warnings about
classes in the llvm namespace having members with types from
anonymous namespaces.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@55747 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/SelectionDAG/SelectionDAGBuild.cpp