diff options
Diffstat (limited to 'test/CodeGen/Blackfin/large-switch.ll')
-rw-r--r-- | test/CodeGen/Blackfin/large-switch.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/Blackfin/large-switch.ll b/test/CodeGen/Blackfin/large-switch.ll index 42aa4cd9fa..02d32ef85f 100644 --- a/test/CodeGen/Blackfin/large-switch.ll +++ b/test/CodeGen/Blackfin/large-switch.ll @@ -1,4 +1,4 @@ -; RUN: llvm-as < %s | llc -march=bfin +; RUN: llc < %s -march=bfin ; The switch expansion uses a dynamic shl, and it produces a jumptable |