Add a proper triple to switch-jump-table.ll
authorHans Wennborg <hans@hanshq.net>
Sat, 6 Dec 2014 02:08:16 +0000 (02:08 +0000)
committerHans Wennborg <hans@hanshq.net>
Sat, 6 Dec 2014 02:08:16 +0000 (02:08 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@223571 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/X86/switch-jump-table.ll

index a48dcd20bb786dd209fdcb5547b4bb9c61366f6c..d1bd4bccbe047407bc02f06b87077a9a8b07dd36 100644 (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.