[polly] r287964 - [ScopDetectionDiagnostic] Remove leftover RejectReasonKind for Conditions [NFC]

Tobias Grosser via llvm-commits llvm-commits at lists.llvm.org
Fri Nov 25 21:08:24 PST 2016


Author: grosser
Date: Fri Nov 25 23:08:24 2016
New Revision: 287964

URL: http://llvm.org/viewvc/llvm-project?rev=287964&view=rev
Log:
[ScopDetectionDiagnostic] Remove leftover RejectReasonKind for Conditions [NFC]

In r248118 some diagnostics for unstructured control flow have been removed,
but the corresponding RejectReasonKind was accidentally not removed. This
change removes it, as it is not needed any more.

Modified:
    polly/trunk/include/polly/ScopDetectionDiagnostic.h

Modified: polly/trunk/include/polly/ScopDetectionDiagnostic.h
URL: http://llvm.org/viewvc/llvm-project/polly/trunk/include/polly/ScopDetectionDiagnostic.h?rev=287964&r1=287963&r2=287964&view=diff
==============================================================================
--- polly/trunk/include/polly/ScopDetectionDiagnostic.h (original)
+++ polly/trunk/include/polly/ScopDetectionDiagnostic.h Fri Nov 25 23:08:24 2016
@@ -66,7 +66,6 @@ enum class RejectReasonKind {
   // CFG Category
   CFG,
   InvalidTerminator,
-  Condition,
   LastCFG,
   IrreducibleRegion,
 




More information about the llvm-commits mailing list