From 8b39c208106d5480723805893049ac8212ff39f0 Mon Sep 17 00:00:00 2001 From: Yaron Keren Date: Mon, 12 Jun 2017 18:05:13 +0000 Subject: [PATCH] Add regression test for r305179. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@305213 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/Misc/pr32207.c | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 test/Misc/pr32207.c diff --git a/test/Misc/pr32207.c b/test/Misc/pr32207.c new file mode 100644 index 0000000000..57b147d026 --- /dev/null +++ b/test/Misc/pr32207.c @@ -0,0 +1,3 @@ +// test for r305179 +// RUN: %clang_cc1 -emit-llvm -O -mllvm -print-after-all %s -o %t 2>&1 | grep '*** IR Dump After Function Integration/Inlining ***' +void foo() {} -- 2.40.0