Teach mergefunc that intptr_t is the same width as a pointer. We still can't
[llvm.git] / test / FrontendC / cstring-align.c
blob544c9f3d3fbb2ead909a3f5f81113291bdfe29fe
1 // RUN: %llvmgcc %s -S -Os -o - | llc -march=x86 -mtriple=i386-apple-darwin10 | FileCheck %s
3 extern void func(const char *, const char *);
5 void long_function_name() {
6 func("%s: the function name", __func__);
9 // CHECK: .align 4
10 // CHECK: ___func__.
11 // CHECK: .asciz "long_function_name"