diff options
author | Dan Gohman <gohman@apple.com> | 2008-05-20 00:54:39 +0000 |
---|---|---|
committer | Dan Gohman <gohman@apple.com> | 2008-05-20 00:54:39 +0000 |
commit | ad2ef21c7680f4cf666cf7452b2432deb454cf9f (patch) | |
tree | 8c9ab9cb22230c66b34e6b7255ecac757ab7b193 | |
parent | 0008f654bf08dc631a1abaa175dd08f1fd1be75e (diff) | |
download | external_llvm-ad2ef21c7680f4cf666cf7452b2432deb454cf9f.zip external_llvm-ad2ef21c7680f4cf666cf7452b2432deb454cf9f.tar.gz external_llvm-ad2ef21c7680f4cf666cf7452b2432deb454cf9f.tar.bz2 |
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.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/vortex-bug.ll b/test/CodeGen/X86/vortex-bug.ll index 680bfbd..d62bb24 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 } |