Add regression test for r305179.

llvm-svn: 305213
This commit is contained in:
Yaron Keren 2017-06-12 18:05:13 +00:00
parent f846ce259a
commit c91c46c85e
1 changed files with 3 additions and 0 deletions

View File

@ -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() {}