llvm-bcanalyzer: Fix handling of attribute group entries
authorJustin Bogner <mail@justinbogner.com>
Tue, 15 Mar 2016 22:37:25 +0000 (22:37 +0000)
committerJustin Bogner <mail@justinbogner.com>
Tue, 15 Mar 2016 22:37:25 +0000 (22:37 +0000)
commit68b28d00546856169a2635884830a79878daa0e1
treeec66251bb1d56fac57f3b5fdbadf75cc08e52ae3
parent6871afcfca7b4329d55b71f9259026cafdf7946a
llvm-bcanalyzer: Fix handling of attribute group entries

These were printing as "UnknownCode3", since we were looking for them
inside PARAMATTR blocks instead of PARAMATTR_GROUP blocks.

llvm-svn: 263597
llvm/tools/llvm-bcanalyzer/llvm-bcanalyzer.cpp