summaryrefslogtreecommitdiffstats
path: root/llvm
diff options
context:
space:
mode:
authorHans Wennborg <hans@hanshq.net>2014-12-06 02:08:16 +0000
committerHans Wennborg <hans@hanshq.net>2014-12-06 02:08:16 +0000
commita81d1dd5da366757c5c637114bc8c7bb979b1767 (patch)
tree2d8cf9fb53161a9e87315443fc8b54d0518c334c /llvm
parentcfc0354aaace814f683e1681f448fbbfa41d7573 (diff)
downloadbcm5719-llvm-a81d1dd5da366757c5c637114bc8c7bb979b1767.tar.gz
bcm5719-llvm-a81d1dd5da366757c5c637114bc8c7bb979b1767.zip
Add a proper triple to switch-jump-table.ll
llvm-svn: 223571
Diffstat (limited to 'llvm')
-rw-r--r--llvm/test/CodeGen/X86/switch-jump-table.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/X86/switch-jump-table.ll b/llvm/test/CodeGen/X86/switch-jump-table.ll
index a48dcd20bb7..d1bd4bccbe0 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.
OpenPOWER on IntegriCloud