Move APInt::operator! inline, it's small and fuses well with surrounding code when...
authorBenjamin Kramer <benny.kra@googlemail.com>
Wed, 14 Mar 2012 00:01:35 +0000 (00:01 +0000)
committerBenjamin Kramer <benny.kra@googlemail.com>
Wed, 14 Mar 2012 00:01:35 +0000 (00:01 +0000)
commita18988518869a84cb4d6510e265b1fb1a52268d1
treef6e3ca58d50f84a62a2aaee7a7bfe4b0a098da53
parenta03d366c8887755080cf21e11c43d76d22610fdf
Move APInt::operator! inline, it's small and fuses well with surrounding code when inlined.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@152688 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/ADT/APInt.h
lib/Support/APInt.cpp