just remove the use_empty() check entirely, the only reason it
authorChris Lattner <sabre@nondot.org>
Mon, 9 Mar 2009 08:18:48 +0000 (08:18 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 9 Mar 2009 08:18:48 +0000 (08:18 +0000)
commitea3a9ff53d699bc22fcff52dbbce8aab6578a020
tree0ab6a6e883f47e0143448be27a5a03fe27ba5660
parent5c3e7b171898612066afc86b8fa850cc32a0cd40
just remove the use_empty() check entirely, the only reason it
existed was for llvm-gcc 3.4 (which used the __main hack) which
is really really long dead.

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