Rename NeedsSetToChangeDiffSize to HasAggressiveSymbolFolding which is a much
[oota-llvm.git] / test / FrontendC / cstring-align.c
1 // RUN: %llvmgcc %s -S -Os -o - | llc -march=x86 -mtriple=i386-apple-darwin10 | FileCheck %s
2
3 extern void func(const char *, const char *);
4
5 void long_function_name() {
6   func("%s: the function name", __func__);
7 }
8
9 // CHECK: .align 4
10 // CHECK: ___func__.
11 // CHECK: .asciz "long_function_name"