ELF: Do not use llvm::Optional for _maxPageSize.
Use of llvm::Optional seems useless here because we can set the default value 0x1000 as an initial value to the varaible. This patch also de-virtualize the accessor functions. llvm-svn: 233438
Loading
Please sign in to comment