simplify this check, GetConstantStringInfo validates that a
authorChris Lattner <sabre@nondot.org>
Fri, 27 Jun 2008 03:18:41 +0000 (03:18 +0000)
committerChris Lattner <sabre@nondot.org>
Fri, 27 Jun 2008 03:18:41 +0000 (03:18 +0000)
commit07c68f9b6f2d1009f8c239c27e351fd8246879f5
treecc978df591dcabcfb57ee5e9aa310d9e2f995fe8
parentbd2acd736d9c59d814f0e30db6cde53df2ac004c
simplify this check, GetConstantStringInfo validates that a
global is constant already.  No functionality change.

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