[docs] Add LICENSE.txt to the root of the mono-repo
[llvm-project.git] / clang / test / CodeGenObjC / selector-ref-invariance.m
blob902371e93efd7330bb893d165cf08906f1b4576b
1 // RUN: %clang_cc1 -no-opaque-pointers -triple x86_64-apple-darwin11 -emit-llvm -fblocks -o - %s | FileCheck %s
3 // rdar://6027699
5 void test(id x) {
6 // CHECK: load i8*, i8** @OBJC_SELECTOR_REFERENCES_, align 8, !invariant.load
7 // CHECK: @objc_msgSend
8   [x foo];