From a81d1dd5da366757c5c637114bc8c7bb979b1767 Mon Sep 17 00:00:00 2001 From: Hans Wennborg Date: Sat, 6 Dec 2014 02:08:16 +0000 Subject: [PATCH] Add a proper triple to switch-jump-table.ll llvm-svn: 223571 --- llvm/test/CodeGen/X86/switch-jump-table.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llvm/test/CodeGen/X86/switch-jump-table.ll b/llvm/test/CodeGen/X86/switch-jump-table.ll index a48dcd20b..d1bd4bc 100644 --- a/llvm/test/CodeGen/X86/switch-jump-table.ll +++ b/llvm/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. -- 2.7.4