1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 11:13:28 +01:00

My addition of the xfail marker threw off the line #. move it.

llvm-svn: 27678
This commit is contained in:
Chris Lattner 2006-04-13 21:19:13 +00:00
parent 6794b8e049
commit a8a5fea940

View File

@ -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