diff options
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 } |