commit | a30b342b77594b6a997bd9c0b585dc7b5f66cbcf | [log] [tgz] |
---|---|---|
author | Duncan P. N. Exon Smith <dexonsmith@apple.com> | Mon Feb 09 22:13:27 2015 +0000 |
committer | Duncan P. N. Exon Smith <dexonsmith@apple.com> | Mon Feb 09 22:13:27 2015 +0000 |
tree | b73850420f0534922dd83a7f3bc18af961c810fb | |
parent | d3f3d5f0d744ddcaa8f5488d409a224c94850e87 [diff] |
IR: Take uint64_t in DIBuilder::createExpression() `DIExpression` deals with `uint64_t`, so it doesn't make sense that `createExpression()` is created from `int64_t`. Switch to `uint64_t` to unify them. I've temporarily left in the `int64_t` version, which forwards to the `uint64_t` version. I'll delete it once I've updated the callers. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@228619 91177308-0d34-0410-b5e6-96231b3b80d8