Remove spurious warnings from GCC:
authorBill Wendling <isanbard@gmail.com>
Sun, 16 Dec 2007 09:16:12 +0000 (09:16 +0000)
committerBill Wendling <isanbard@gmail.com>
Sun, 16 Dec 2007 09:16:12 +0000 (09:16 +0000)
commit2c6fd8c7ceea0392635ce21038d2b7fc215d9116
tree957efdf8ce403512a8e57325edfa7de5ec7b00b6
parent87a702be1a1d5f1be2e5f78bb0a22447e22c139a
Remove spurious warnings from GCC:

warning: suggest a space before ';' or explicit braces around empty
body in 'for' statement

Patch by Mike Stump (modified slightly by yours truly).

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@45071 91177308-0d34-0410-b5e6-96231b3b80d8
lib/AsmParser/LLLexer.cpp