From 7681889f751b4c849a3c645ff084f948d238e2e4 Mon Sep 17 00:00:00 2001 From: Dan Gohman Date: Tue, 20 May 2008 00:54:39 +0000 Subject: [PATCH] Run vortex-bug as x86-64, which is what the original bug was triggered on. llvm-svn: 51289 --- test/CodeGen/X86/vortex-bug.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/CodeGen/X86/vortex-bug.ll b/test/CodeGen/X86/vortex-bug.ll index 680bfbdb349..d62bb24e33d 100644 --- a/test/CodeGen/X86/vortex-bug.ll +++ b/test/CodeGen/X86/vortex-bug.ll @@ -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 }