diff options
author | Chris Lattner <sabre@nondot.org> | 2007-05-05 21:35:44 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2007-05-05 21:35:44 +0000 |
commit | 0e0285995f705a333e0e48ed0b62b61ec528a1a0 (patch) | |
tree | 4a21039985a8e9dc60a29675fda2ebaebed76671 /llvm | |
parent | 8bd5e1a0b8a93463e3130b51422960a3d05526b3 (diff) | |
download | bcm5719-llvm-0e0285995f705a333e0e48ed0b62b61ec528a1a0.tar.gz bcm5719-llvm-0e0285995f705a333e0e48ed0b62b61ec528a1a0.zip |
llvm-gcc3 is gone
llvm-svn: 36792
Diffstat (limited to 'llvm')
-rw-r--r-- | llvm/test/C++Frontend/2006-09-27-Debug-Protection.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/test/C++Frontend/2006-09-27-Debug-Protection.cpp b/llvm/test/C++Frontend/2006-09-27-Debug-Protection.cpp index 27cbc0f1e8f..d9a25aa70e7 100644 --- a/llvm/test/C++Frontend/2006-09-27-Debug-Protection.cpp +++ b/llvm/test/C++Frontend/2006-09-27-Debug-Protection.cpp @@ -1,4 +1,3 @@ -// XFAIL: llvmgcc3 // RUN: %llvmgxx -O0 -emit-llvm -S -g -o - %s | grep {i32 1,} // RUN: %llvmgxx -O0 -emit-llvm -S -g -o - %s | grep {i32 2,} |