OSDN Git Service

Fix a small bug in the parsing of anonymous globals.
authorRafael Espindola <rafael.espindola@gmail.com>
Tue, 3 Jun 2014 20:07:32 +0000 (20:07 +0000)
committerRafael Espindola <rafael.espindola@gmail.com>
Tue, 3 Jun 2014 20:07:32 +0000 (20:07 +0000)
commit8c2d2770e284d1bb42f299740604abdff7267351
tree742bb78c7e306e874c3dc4e89229e062a60c9f2d
parent85422f7da37d8b3ccfbe592351cd2ca95769d80f
Fix a small bug in the parsing of anonymous globals.

It was able to parse

hidden dllexport global i32 42

but not

dllexport global i32 42

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@210121 91177308-0d34-0410-b5e6-96231b3b80d8
lib/AsmParser/LLParser.cpp
test/Feature/globalvars.ll