mirror of
https://github.com/RPCS3/llvm.git
synced 2025-04-03 13:51:39 +00:00
IR: Fix the return value of DICompileUnit::getDWOId.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@248341 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
0800f64c6b
commit
c3ff2abcb0
@ -1026,7 +1026,7 @@ public:
|
||||
DIImportedEntityArray getImportedEntities() const {
|
||||
return cast_or_null<MDTuple>(getRawImportedEntities());
|
||||
}
|
||||
unsigned getDWOId() const { return DWOId; }
|
||||
uint64_t getDWOId() const { return DWOId; }
|
||||
|
||||
MDString *getRawProducer() const { return getOperandAs<MDString>(1); }
|
||||
MDString *getRawFlags() const { return getOperandAs<MDString>(2); }
|
||||
|
Loading…
x
Reference in New Issue
Block a user