commit | 7b82cfc1ba1ee7000273e81e1e4c791fff0e22e5 | [log] [tgz] |
---|---|---|
author | Eli Friedman <eli.friedman@gmail.com> | Fri Oct 26 23:25:42 2012 +0000 |
committer | Eli Friedman <eli.friedman@gmail.com> | Fri Oct 26 23:25:42 2012 +0000 |
tree | 423517b5d25b362b1982723a82d4463d9c0b24bb | |
parent | 3d7c780d93ebcb84a1224de8c44835ea43e82b15 [diff] [blame] |
Fix typo. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@166833 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/test/CodeGen/dostmt.c b/test/CodeGen/dostmt.c index 32e5f94..54973dc 100644 --- a/test/CodeGen/dostmt.c +++ b/test/CodeGen/dostmt.c
@@ -71,6 +71,6 @@ void test6() { do { } while (test6f(), 0); - // CHECK call void @test6f() + // CHECK: call void @test6f() }