diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/llvm/Transforms/Utils/CodeExtractor.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/Transforms/Utils/CodeExtractor.h b/include/llvm/Transforms/Utils/CodeExtractor.h index 48f3d48c..1122678 100644 --- a/include/llvm/Transforms/Utils/CodeExtractor.h +++ b/include/llvm/Transforms/Utils/CodeExtractor.h @@ -92,7 +92,7 @@ namespace llvm { /// /// Based on the blocks used when constructing the code extractor, /// determine whether it is eligible for extraction. - bool isEligible() const { return !Blocks.empty(); }; + bool isEligible() const { return !Blocks.empty(); } /// \brief Compute the set of input values and output values for the code. /// |