[cfe-commits] r137669 - in /cfe/trunk: lib/CodeGen/CGCall.cpp test/CodeGen/libcalls.c test/CodeGen/struct-passing.c test/CodeGenCXX/2009-05-04-PureConstNounwind.cpp

Eric Christopher echristo at apple.com
Mon Aug 15 15:42:29 PDT 2011


On Aug 15, 2011, at 3:38 PM, Eric Christopher wrote:

> @@ -0,0 +1,8 @@
> +// RUN: %clang_cc1 -fexceptions -emit-llvm %s -o - | grep nounwind | count 4
> +int c(void) __attribute__((const));
> +int p(void) __attribute__((pure));
> +int t(void);
> +

Uh, this should be FileCheckized. I'll do that now.

-eric
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20110815/8cd1c4bd/attachment.html>


More information about the cfe-commits mailing list