commit | 7ca3e3d1b55eba72d3013722f2273018107928fe | [log] [tgz] |
---|---|---|
author | Mike Stump <mrs@apple.com> | Tue Jul 21 20:52:43 2009 +0000 |
committer | Mike Stump <mrs@apple.com> | Tue Jul 21 20:52:43 2009 +0000 |
tree | 312e9fe25da4880dfb662188065563fcae019dba | |
parent | a24fd7265346eee0eef397730236a5481a5168ea [diff] [blame] |
Prep for new warning. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@76638 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/test/CodeGen/function-attributes.c b/test/CodeGen/function-attributes.c index ba2e4e4..d2d3b03 100644 --- a/test/CodeGen/function-attributes.c +++ b/test/CodeGen/function-attributes.c
@@ -56,7 +56,7 @@ static __inline__ __attribute__((always_inline)) struct { int a, b, c, d, e; -} ai_2() { } +} ai_2() { while (1) {} } int foo() {