llvm-gcc3 is gone

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@34037 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner
2007-02-08 04:31:15 +00:00
parent 62062b59df
commit d0813e47c2
9 changed files with 0 additions and 11 deletions

View File

@@ -1,5 +1,4 @@
// RUN: %llvmgcc -S %s -o /dev/null
// XFAIL: llvmgcc3
union foo {
struct { char A, B; } X;