1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2025-01-31 12:41:49 +01:00

Run vortex-bug as x86-64, which is what the original bug was triggered on.

llvm-svn: 51289
This commit is contained in:
Dan Gohman 2008-05-20 00:54:39 +00:00
parent a1c616ae1d
commit 7681889f75

View File

@ -1,4 +1,4 @@
; RUN: llvm-as < %s | llc -march=x86
; RUN: llvm-as < %s | llc -march=x86-64
%struct.blktkntype = type { i32, i32 }
%struct.fieldstruc = type { [128 x i8], %struct.blktkntype*, i32, i32 }