[opaque pointer type] Add textual IR support for explicit type parameter to load...
[oota-llvm.git] / test / Instrumentation / AddressSanitizer / do-not-instrument-cstring.ll
1 ; RUN: opt < %s -asan -asan-module -S | FileCheck %s
2
3 target datalayout = "e"
4 target triple = "x86_64-apple-darwin10.0.0"
5
6 @foo = private global [19 x i8] c"scannerWithString:\00", section "__TEXT,__objc_methname,cstring_literals"
7
8 ; CHECK: @foo = private global [19 x i8] c"scannerWithString:\00", section "__TEXT,__objc_methname,cstring_literals"