llvm/test/CodeGen/X86/switch-jump-table.ll: Add explicit triple. Local labels have a prefix "." for targeting i686-cygming.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@223570 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
NAKAMURA Takumi 2014-12-06 02:03:49 +00:00
parent 3b9ac8c7c3
commit 2dd9af9feb

View File

@ -1,4 +1,4 @@
; RUN: llc -march=x86 < %s | FileCheck %s
; RUN: llc -mtriple=i686-unknown-unknown < %s | FileCheck %s
; An unreachable default destination is replaced with the most popular case label.