| commit | c7400488b947f9f13de99f00932c6eb0b5d22fa8 | [log] [tgz] | 
|---|---|---|
| author | Benjamin Kramer <benny.kra@googlemail.com> | Wed Apr 17 17:51:19 2013 +0000 | 
| committer | Benjamin Kramer <benny.kra@googlemail.com> | Wed Apr 17 17:51:19 2013 +0000 | 
| tree | 8fa2d12484b8801ffcc9f28fe3bfbb99e3ad750a | |
| parent | 175187b36b64222db5bbd23bad67814f6d785569 [diff] | 
Don't store AttributeSet::FunctionIndex as an int. GCC complains: Core.cpp:1449:27: warning: overflow in implicit constant conversion [-Woverflow] I'm not sure if that's really a problem here, but using the enum type is better style anyways. llvm-svn: 179696