diff options
Diffstat (limited to 'test/CodeGen/X86/switch-crit-edge-constant.ll')
-rw-r--r-- | test/CodeGen/X86/switch-crit-edge-constant.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/switch-crit-edge-constant.ll b/test/CodeGen/X86/switch-crit-edge-constant.ll index e9a208d709ef..888edbcaaec6 100644 --- a/test/CodeGen/X86/switch-crit-edge-constant.ll +++ b/test/CodeGen/X86/switch-crit-edge-constant.ll @@ -1,5 +1,5 @@ ; PR925 -; RUN: llc < %s -march=x86 | FileCheck %s +; RUN: llc < %s | FileCheck %s ; CHECK: {{mov.*str1}} ; CHECK-NOT: {{mov.*str1}} |