diff options
-rw-r--r-- | test/CodeGen/SPARC/load_to_switch.ll (renamed from test/Transforms/CodeGenPrepare/load_to_switch.ll) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/CodeGenPrepare/load_to_switch.ll b/test/CodeGen/SPARC/load_to_switch.ll index 76a57c6b50..8d62de527e 100644 --- a/test/Transforms/CodeGenPrepare/load_to_switch.ll +++ b/test/CodeGen/SPARC/load_to_switch.ll @@ -1,4 +1,4 @@ -; RUN: llc -march=sparc < %s | FileCheck %s +; RUN: llc -march=sparc < %s | FileCheck %s ; Check that all the switches turned into lookup tables by SimplifyCFG are ; turned back into switches for targets that don't like lookup tables. |