From: Chris Lattner Date: Thu, 13 Apr 2006 21:19:13 +0000 (+0000) Subject: My addition of the xfail marker threw off the line #. move it. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=a7143ce29d38a61498bbebc5a41a82a947e6d433;p=oota-llvm.git My addition of the xfail marker threw off the line #. move it. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@27678 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/CFrontend/2005-12-04-DeclarationLineNumbers.c b/test/CFrontend/2005-12-04-DeclarationLineNumbers.c index bc841af8054..1118dfa80d5 100644 --- a/test/CFrontend/2005-12-04-DeclarationLineNumbers.c +++ b/test/CFrontend/2005-12-04-DeclarationLineNumbers.c @@ -1,7 +1,6 @@ // RUN: %llvmgcc %s -S -g -o - | grep 'llvm.dbg.stoppoint.*uint 14' // PR664: ensure that line #'s are emitted for declarations -// XFAIL: llvmgcc4 short test(short br_data_0, short br_data_1, @@ -21,3 +20,6 @@ short s1625 = sm16 + sm25; return s0734 + s1625; } + +// FIXME: PR735 +// XFAIL: llvmgcc4