diff options
| author | NAKAMURA Takumi <geek4civic@gmail.com> | 2014-12-06 02:03:49 +0000 |
|---|---|---|
| committer | NAKAMURA Takumi <geek4civic@gmail.com> | 2014-12-06 02:03:49 +0000 |
| commit | cfc0354aaace814f683e1681f448fbbfa41d7573 (patch) | |
| tree | 216adbb28ad4e4b2967f09bd020edaf548fddc20 | |
| parent | 641e9f8c69700e489e9d8c0ee6395c2b02cd0c91 (diff) | |
| download | bcm5719-llvm-cfc0354aaace814f683e1681f448fbbfa41d7573.tar.gz bcm5719-llvm-cfc0354aaace814f683e1681f448fbbfa41d7573.zip | |
llvm/test/CodeGen/X86/switch-jump-table.ll: Add explicit triple. Local labels have a prefix "." for targeting i686-cygming.
llvm-svn: 223570
| -rw-r--r-- | llvm/test/CodeGen/X86/switch-jump-table.ll | 2 |
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 7ae45b56641..a48dcd20bb7 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 -march=x86 < %s | FileCheck %s +; RUN: llc -mtriple=i686-unknown-unknown < %s | FileCheck %s ; An unreachable default destination is replaced with the most popular case label. |

