summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2008-05-20 00:54:39 +0000
committerDan Gohman <gohman@apple.com>2008-05-20 00:54:39 +0000
commitad2ef21c7680f4cf666cf7452b2432deb454cf9f (patch)
tree8c9ab9cb22230c66b34e6b7255ecac757ab7b193
parent0008f654bf08dc631a1abaa175dd08f1fd1be75e (diff)
downloadllvm-ad2ef21c7680f4cf666cf7452b2432deb454cf9f.tar.gz
llvm-ad2ef21c7680f4cf666cf7452b2432deb454cf9f.tar.bz2
llvm-ad2ef21c7680f4cf666cf7452b2432deb454cf9f.tar.xz
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
-rw-r--r--test/CodeGen/X86/vortex-bug.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/vortex-bug.ll b/test/CodeGen/X86/vortex-bug.ll
index 680bfbdb34..d62bb24e33 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 }