Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / llvm / test / CodeGen / X86 / darwin-quote.ll
bloba38b7b1bffe5b0b74b189f2161ed41e0c0da7d65
1 ; RUN: llc < %s -mtriple=i386-apple-darwin  | FileCheck %s
4 define internal i64 @baz() nounwind {
5   %tmp = load i64, ptr @"+x"
6   ret i64 %tmp
7 ; CHECK: _baz:
8 ; CHECK:    movl "L_+x$non_lazy_ptr", %ecx
12 @"+x" = external global i64
14 ; CHECK: "L_+x$non_lazy_ptr":
15 ; CHECK:        .indirect_symbol "_+x"