CodeGen: simplify EH personality selection (NFC)
authorSaleem Abdulrasool <compnerd@compnerd.org>
Thu, 2 Nov 2017 00:25:40 +0000 (00:25 +0000)
committerSaleem Abdulrasool <compnerd@compnerd.org>
Thu, 2 Nov 2017 00:25:40 +0000 (00:25 +0000)
commit8f6d944721a0881b9fcebf5f1d52339c483c7c63
tree9e9f62df8a4a8663fabc91262d099955c2985bc4
parent43252d53903b48792a224e78d909a478f557970f
CodeGen: simplify EH personality selection (NFC)

Fix a typo in the comment, reorder to ensure that the ordering matches
across the ObjC/ObjC++ cases.  NFCI.

llvm-svn: 317146
clang/lib/CodeGen/CGException.cpp