| Index: src/IceELFObjectWriter.cpp
|
| diff --git a/src/IceELFObjectWriter.cpp b/src/IceELFObjectWriter.cpp
|
| index 109ca5f9bbc65a9d9d756ff75074cfb4c99188db..26e76f01cbac80960f8fcac0542773fd57ffa862 100644
|
| --- a/src/IceELFObjectWriter.cpp
|
| +++ b/src/IceELFObjectWriter.cpp
|
| @@ -532,7 +532,7 @@ template <typename ConstType> void ELFObjectWriter::writeConstantPool(Type Ty) {
|
|
|
| // If the -reorder-pooled-constant option is set to true, we should shuffle
|
| // the constants before we emit them.
|
| - if (Ctx.getFlags().shouldReorderPooledConstants() && !Pool.empty()) {
|
| + if (Ctx.getFlags().getReorderPooledConstants() && !Pool.empty()) {
|
| // Use the constant's kind value as the salt for creating random number
|
| // generator.
|
| Operand::OperandKind K = (*Pool.begin())->getKind();
|
|
|