Fix broken testcase from r242358.
authorAlex Lorenz <arphaman@gmail.com>
Thu, 16 Jul 2015 00:58:33 +0000 (00:58 +0000)
committerAlex Lorenz <arphaman@gmail.com>
Thu, 16 Jul 2015 00:58:33 +0000 (00:58 +0000)
The testcase failed on non X86 targets, because I forgot to pass the
'-march=x86-64' option into llc for one of the X86 specific tests.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@242370 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/MIR/X86/jump-table-info.mir

index a52a87257b2cd19b5bb2aaa832b57d8812ef4339..25cf9240526bba1d4923a4ab0cba9135693d8217 100644 (file)
@@ -1,4 +1,4 @@
-# RUN: llc -start-after branch-folder -stop-after branch-folder -o /dev/null %s | FileCheck %s
+# RUN: llc -march=x86-64 -start-after branch-folder -stop-after branch-folder -o /dev/null %s | FileCheck %s
 # This test ensures that the MIR parser parses the jump table info and jump
 # table operands correctly.