diff options
Diffstat (limited to 'clang/test/CodeGen/kr-func-promote.c')
-rw-r--r-- | clang/test/CodeGen/kr-func-promote.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/CodeGen/kr-func-promote.c b/clang/test/CodeGen/kr-func-promote.c index 615fe94f377..8e55dc91edf 100644 --- a/clang/test/CodeGen/kr-func-promote.c +++ b/clang/test/CodeGen/kr-func-promote.c @@ -1,5 +1,5 @@ // RUN: %clang_cc1 -triple i386-unknown-unknown %s -emit-llvm -o - | FileCheck %s -// CHECK: i32 @a(i32 +// CHECK: i32 @a(i32) int a(); int a(x) short x; {return x;} |