debug info is alive again

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@28821 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Jim Laskey 2006-06-16 16:50:24 +00:00
parent 88a96252ee
commit 30d02500ff
2 changed files with 0 additions and 4 deletions

View File

@ -21,5 +21,3 @@ short s1625 = sm16 + sm25;
return s0734 + s1625;
}
// FIXME: PR735
// XFAIL: llvmgcc4

View File

@ -1,6 +1,4 @@
// RUN: %llvmgcc %s -g -S -o - | gccas | llvm-dis | grep "test/Regression/CFrontend"
// XFAIL: llvmgcc4
// PR676
#include <stdio.h>