diff options
author | Rui Ueyama <ruiu@google.com> | 2015-03-27 22:28:35 +0000 |
---|---|---|
committer | Rui Ueyama <ruiu@google.com> | 2015-03-27 22:28:35 +0000 |
commit | a2ddf07f259e2ad4e1237b42a7317f60bd42cd74 (patch) | |
tree | 78ffdea46c6eb06765705ff08d2ef7476865051f /clang/lib/Frontend/CompilerInstance.cpp | |
parent | c4704448377feff793a47ba950d5e02fe2bcb0da (diff) | |
download | llvm-a2ddf07f259e2ad4e1237b42a7317f60bd42cd74.zip llvm-a2ddf07f259e2ad4e1237b42a7317f60bd42cd74.tar.gz llvm-a2ddf07f259e2ad4e1237b42a7317f60bd42cd74.tar.bz2 |
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
Diffstat (limited to 'clang/lib/Frontend/CompilerInstance.cpp')
0 files changed, 0 insertions, 0 deletions