diff options
Diffstat (limited to 'include/llvm/Instructions.h')
-rw-r--r-- | include/llvm/Instructions.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/Instructions.h b/include/llvm/Instructions.h index 99186f5..7d82fda 100644 --- a/include/llvm/Instructions.h +++ b/include/llvm/Instructions.h @@ -2660,7 +2660,7 @@ public: // FIXME: Currently we work with ConstantInt based cases. // So return CaseValue as ConstantInt. - return R.Low.toConstantInt(); + return R.getLow().toConstantInt(); } /// Resolves case value for current case. |