[llvm-commits] [llvm] r104876 - /llvm/trunk/test/FrontendC/2010-03-5-LexicalScope.c

Stuart Hastings stuart at apple.com
Thu May 27 12:57:51 PDT 2010


Author: stuart
Date: Thu May 27 14:57:51 2010
New Revision: 104876

URL: http://llvm.org/viewvc/llvm-project?rev=104876&view=rev
Log:
Adjust test case for lexical block pruning.  Follow-on to r104842 and Radar 7424645.

Modified:
    llvm/trunk/test/FrontendC/2010-03-5-LexicalScope.c

Modified: llvm/trunk/test/FrontendC/2010-03-5-LexicalScope.c
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/FrontendC/2010-03-5-LexicalScope.c?rev=104876&r1=104875&r2=104876&view=diff
==============================================================================
--- llvm/trunk/test/FrontendC/2010-03-5-LexicalScope.c (original)
+++ llvm/trunk/test/FrontendC/2010-03-5-LexicalScope.c Thu May 27 14:57:51 2010
@@ -1,4 +1,4 @@
-// RUN: %llvmgcc -S -O0 -g %s -o - | grep DW_TAG_lexical_block | count 3
+// RUN: %llvmgcc -S -O0 -g %s -o - | grep DW_TAG_lexical_block | count 2
 int foo(int i) {
 	if (i) {
 		int j = 2;





More information about the llvm-commits mailing list