1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2025-01-31 20:51:52 +01:00

Revert r59640. It broke this test for builds that aren't

configured with llvm-gcc.

llvm-svn: 59641
This commit is contained in:
Dan Gohman 2008-11-19 16:24:37 +00:00
parent 1b9557279c
commit 60e2650b09

View File

@ -1,4 +1,4 @@
; RUN: llvm-as < %s | llc -o - | %llvmgcc -xassembler -c -o /dev/null -
; RUN: llvm-as < %s | llc -o - | as -o /dev/null
; PR2609
%struct..0._11 = type { i32 }
%struct..1__pthread_mutex_s = type { i32, i32, i32, i32, i32, %struct..0._11 }