Add comparison operators for DIDescriptors to fix c++98 fallout
authorEric Christopher <echristo@gmail.com>
Wed, 17 Jul 2013 23:25:22 +0000 (23:25 +0000)
committerEric Christopher <echristo@gmail.com>
Wed, 17 Jul 2013 23:25:22 +0000 (23:25 +0000)
commit36ee010b9d2ab6250d9c23d311510fcdcad646c3
tree37abef431551c59af43e3c702a25b1920d9bc801
parentb479870e89da4d2810ebc9dccf704f666e2b7248
Add comparison operators for DIDescriptors to fix c++98 fallout
of operator bool change.

Also convert a variable in DebugIR.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@186544 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/DebugInfo.h
lib/Transforms/Instrumentation/DebugIR.cpp