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/functions.c b/test/CodeGen/functions.c index 12dff1b..685afb2 100644 --- a/test/CodeGen/functions.c +++ b/test/CodeGen/functions.c
@@ -32,6 +32,7 @@ // RUN: grep 'define .* @f3' %t | not grep -F '...' struct foo { int X, Y, Z; } f3() { + while (1) {} } // PR4423 - This shouldn't crash in codegen