[llvm-commits] [llvm] r47379 - /llvm/trunk/include/llvm/ADT/APInt.h
Chris Lattner
clattner at apple.com
Wed Feb 20 11:21:00 PST 2008
On Feb 20, 2008, at 11:17 AM, Dan Gohman wrote:
> Omitting the inline keyword seemed more consistent with other code
> in APInt. But it appears APInt does use they keyword in a few places.
> It's a function definition inside a class, so it doesn't really
> matter.
I'd prefer to be consistent, but agree it's useless. How about
removing all of the inline's in the class?
-Chris
More information about the llvm-commits
mailing list