[X86] Don't transform atomic-load-add into an inc/dec when inc/dec is slow
[oota-llvm.git] / test / CodeGen / X86 / newline-and-quote.ll
1 ; RUN: llc < %s -mtriple=x86_64-pc-linux-gnu | FileCheck %s
2 @"foo\22bar" = global i32 42
3 ; CHECK: .globl "foo\"bar"
4
5 @"foo\0abar" = global i32 42
6 ; CHECK: .globl "foo\nbar"