mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-19 18:24:05 +00:00
include/llvm/Target/TargetAsmInfo.h: Fix a warning.
llvm-svn: 129972
This commit is contained in:
parent
34e8479411
commit
94327cda6f
@ -58,7 +58,7 @@ public:
|
||||
return TLOF->getEHFrameSection();
|
||||
}
|
||||
|
||||
const unsigned getFDEEncoding() const {
|
||||
unsigned getFDEEncoding() const {
|
||||
return TLOF->getFDEEncoding();
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user