[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.

llvm-svn: 287964
This commit is contained in:
Tobias Grosser 2016-11-26 05:08:24 +00:00
parent c64269ea1b
commit 8c21b1a50f
1 changed files with 0 additions and 1 deletions

View File

@ -66,7 +66,6 @@ enum class RejectReasonKind {
// CFG Category
CFG,
InvalidTerminator,
Condition,
LastCFG,
IrreducibleRegion,