diff options
author | Mike Stump <mrs@apple.com> | 2009-07-21 20:52:43 +0000 |
---|---|---|
committer | Mike Stump <mrs@apple.com> | 2009-07-21 20:52:43 +0000 |
commit | c36541e7bfa69cc63e2668a986bc99117559c545 (patch) | |
tree | 312e9fe25da4880dfb662188065563fcae019dba /test/CodeGen/function-attributes.c | |
parent | 63038910ce56827ae3167cb88faa2864bd2bb5b2 (diff) |
Prep for new warning.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@76638 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/function-attributes.c')
-rw-r--r-- | test/CodeGen/function-attributes.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/function-attributes.c b/test/CodeGen/function-attributes.c index ba2e4e4d56..d2d3b031a8 100644 --- a/test/CodeGen/function-attributes.c +++ b/test/CodeGen/function-attributes.c @@ -56,7 +56,7 @@ int ai_1() { return 4; } static __inline__ __attribute__((always_inline)) struct { int a, b, c, d, e; -} ai_2() { } +} ai_2() { while (1) {} } int foo() { |