Skip to content
Commit ae947fe3 authored by Chris Lattner's avatar Chris Lattner
Browse files

Replace an O(n^2) algorithm in areCompatObjCQualInterfaces with

an O(n) algorithm by taking advantage of the fact that the
protocol qualifier list is already guaranteed sorted.

llvm-svn: 49312
parent fde07617
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment