[ARM] Adjust how NEON shifts are lowered
[llvm-core.git] / test / Transforms / PGOProfile / X86 / macho.ll
blobd2fe65f2fa7fdc471056e7c54d78a83c87e62256
1 ; RUN: opt < %s -pgo-instr-gen -instrprof -S | llc | FileCheck %s --check-prefix=MACHO-DIRECTIVE
3 target datalayout = "e-m:o-i64:64-f80:128-n8:16:32:64-S128"
4 target triple = "x86_64-apple-macosx10.11.0"
6 ; MACHO-DIRECTIVE: .weak_definition        ___llvm_profile_raw_version
7 define i32 @test_macho(i32 %i) {
8 entry:
9   ret i32 %i