diff options
-rw-r--r-- | include/llvm/Value.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/Value.h b/include/llvm/Value.h index f71491d36e..e02cec132e 100644 --- a/include/llvm/Value.h +++ b/include/llvm/Value.h @@ -158,7 +158,7 @@ public: // Markers: ConstantFirstVal = FunctionVal, - ConstantLastVal = ConstantPointerNullVal, + ConstantLastVal = ConstantPointerNullVal }; unsigned getValueType() const { return SubclassID; |