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)
commit63e92fb166b7eab187ecd19798518dced27c181c
tree659b35f8f422b546895309a84458db53cdeebe74
parent52b7442c281603319817753037bb61c182d4f79f
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

llvm-svn: 210121
llvm/lib/AsmParser/LLParser.cpp
llvm/test/Feature/globalvars.ll