From: Hans Wennborg Date: Sat, 6 Dec 2014 02:08:16 +0000 (+0000) Subject: Add a proper triple to switch-jump-table.ll X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=d7c9f76cee7f61774765ff792b253dfaabe26e00;hp=2dd9af9feb5e678b089c44e3b5e3256f4606124e;p=oota-llvm.git Add a proper triple to switch-jump-table.ll git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@223571 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/CodeGen/X86/switch-jump-table.ll b/test/CodeGen/X86/switch-jump-table.ll index a48dcd20bb7..d1bd4bccbe0 100644 --- a/test/CodeGen/X86/switch-jump-table.ll +++ b/test/CodeGen/X86/switch-jump-table.ll @@ -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.