Add a proper triple to switch-jump-table.ll

llvm-svn: 223571
This commit is contained in:
Hans Wennborg 2014-12-06 02:08:16 +00:00
parent cfc0354aaa
commit a81d1dd5da
1 changed files with 1 additions and 1 deletions

View File

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