DebugInfo: DIBuilder changes to match DIEnumerator changes in r184694
authorDavid Blaikie <dblaikie@gmail.com>
Mon, 24 Jun 2013 17:34:33 +0000 (17:34 +0000)
committerDavid Blaikie <dblaikie@gmail.com>
Mon, 24 Jun 2013 17:34:33 +0000 (17:34 +0000)
commitb761900a12a3628327f183124fb8ad4d3354530d
tree7ac659f6a39fb324fc1e95691cc80ec88a489d7e
parentae9ce8b68881a19d465e939cb53db84cf63f94f7
DebugInfo: DIBuilder changes to match DIEnumerator changes in r184694

Representing enumerators by int64 instead of uint64 for now. At some
point we need to address the underlying issue of representation
depending on the specific enumeration.

llvm-svn: 184761
llvm/include/llvm/DIBuilder.h
llvm/lib/IR/DIBuilder.cpp