From 2659aeb5e51fe27d24bbffad0d1851b39fed5e43 Mon Sep 17 00:00:00 2001 From: Ed Schouten Date: Wed, 3 Jun 2009 21:11:25 +0000 Subject: Import Clang, at r72805. --- test/CodeGen/always_inline.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test/CodeGen/always_inline.c') diff --git a/test/CodeGen/always_inline.c b/test/CodeGen/always_inline.c index d159bd2233e4..cb32e3b62181 100644 --- a/test/CodeGen/always_inline.c +++ b/test/CodeGen/always_inline.c @@ -1,6 +1,6 @@ -// RUN: clang-cc -emit-llvm -o %t %s && +// RUN: clang -emit-llvm -S -o %t %s && // RUN: grep '@f0' %t | count 0 && -// RUN: clang-cc -disable-llvm-optzns -emit-llvm -o %t %s && +// RUN: clang -mllvm -disable-llvm-optzns -emit-llvm -S -o %t %s && // RUN: grep '@f0' %t | count 2 //static int f0() { -- cgit v1.3