[llvm] r223571 - Add a proper triple to switch-jump-table.ll
Hans Wennborg
hans at hanshq.net
Fri Dec 5 18:08:16 PST 2014
Author: hans
Date: Fri Dec 5 20:08:16 2014
New Revision: 223571
URL: http://llvm.org/viewvc/llvm-project?rev=223571&view=rev
Log:
Add a proper triple to switch-jump-table.ll
Modified:
llvm/trunk/test/CodeGen/X86/switch-jump-table.ll
Modified: llvm/trunk/test/CodeGen/X86/switch-jump-table.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/switch-jump-table.ll?rev=223571&r1=223570&r2=223571&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/X86/switch-jump-table.ll (original)
+++ llvm/trunk/test/CodeGen/X86/switch-jump-table.ll Fri Dec 5 20:08:16 2014
@@ -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.
More information about the llvm-commits
mailing list