Use name.empty() instead of testing against equality with the empty
authorAlkis Evlogimenos <alkis@evlogimenos.com>
Sun, 25 Jul 2004 06:16:52 +0000 (06:16 +0000)
committerAlkis Evlogimenos <alkis@evlogimenos.com>
Sun, 25 Jul 2004 06:16:52 +0000 (06:16 +0000)
commit89756ea10980cac3b8017afa41608957ad1bfc81
treeb11a8dfd01fcc195191816574b559e20ff1f3d3d
parent83949fcf7c3e417a73f2bb3e6c78a74274407099
Use name.empty() instead of testing against equality with the empty
string.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@15191 91177308-0d34-0410-b5e6-96231b3b80d8
lib/VMCore/Value.cpp