From ad2ef21c7680f4cf666cf7452b2432deb454cf9f 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. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@51289 91177308-0d34-0410-b5e6-96231b3b80d8 --- 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 }