Add 'llvm.objc.clang.arc.noop.use' to ModuleHasARC Predicate
This intrinsic was missing from the list the predicate checks a module for in order to determine if ARC passes need to run. This results in instruction selection failure if this instrinsic is left behind. Add the intrinsic to the predicate to fix.