mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-08-11 10:25:41 +00:00
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:
@@ -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.
|
; An unreachable default destination is replaced with the most popular case label.
|
||||||
|
Reference in New Issue
Block a user