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 | cd2e772d0815f3fbe56c0f3d283a4045ba4c1f25 (patch) | |
tree | 613750d185d96f9c4578393fe6760290a86dadf1 /llvm/test/CodeGen/X86/vortex-bug.ll | |
parent | b865b38eda78041a61d0ea8c3b4fcbb514387d9a (diff) | |
download | bcm5719-llvm-cd2e772d0815f3fbe56c0f3d283a4045ba4c1f25.tar.gz bcm5719-llvm-cd2e772d0815f3fbe56c0f3d283a4045ba4c1f25.zip |
Run vortex-bug as x86-64, which is what the original bug was triggered on.
llvm-svn: 51289
Diffstat (limited to 'llvm/test/CodeGen/X86/vortex-bug.ll')
-rw-r--r-- | llvm/test/CodeGen/X86/vortex-bug.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/X86/vortex-bug.ll b/llvm/test/CodeGen/X86/vortex-bug.ll index 680bfbdb349..d62bb24e33d 100644 --- a/llvm/test/CodeGen/X86/vortex-bug.ll +++ b/llvm/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 } |