aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Support/ConstantRange.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/llvm/Support/ConstantRange.h')
-rw-r--r--include/llvm/Support/ConstantRange.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/Support/ConstantRange.h b/include/llvm/Support/ConstantRange.h
index 1a89076..098fab5 100644
--- a/include/llvm/Support/ConstantRange.h
+++ b/include/llvm/Support/ConstantRange.h
@@ -59,7 +59,7 @@ class ConstantRange {
/// getUpper - Return the upper value for this range...
///
- const APInt &getUpper() const { return Upper; }
+ const APInt &getUpper() const { return Upper; }
/// getBitWidth - get the bit width of this ConstantRange
///