aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/Generic/switch-crit-edge-constant.ll
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2007-04-15 20:48:50 +0000
committerReid Spencer <rspencer@reidspencer.com>2007-04-15 20:48:50 +0000
commit97e287ef8a5170e6fcbc8e2392b9b8cc416fe87c (patch)
treea9ad0f70a616585268a68fe3c550752cc9d67d2d /test/CodeGen/Generic/switch-crit-edge-constant.ll
parentfb7653e3eea60fb6f09bee028c7944f8b9c6086d (diff)
For PR1319: Upgrade to new test harness.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@36086 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/Generic/switch-crit-edge-constant.ll')
-rw-r--r--test/CodeGen/Generic/switch-crit-edge-constant.ll4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/CodeGen/Generic/switch-crit-edge-constant.ll b/test/CodeGen/Generic/switch-crit-edge-constant.ll
index 12c15159af..ef986e0ed5 100644
--- a/test/CodeGen/Generic/switch-crit-edge-constant.ll
+++ b/test/CodeGen/Generic/switch-crit-edge-constant.ll
@@ -1,6 +1,6 @@
-; RUN: llvm-upgrade < %s | llvm-as | llc -march=x86 &&
-; RUN: llvm-upgrade < %s | llvm-as | llc -march=x86 | grep 'mov.*str1' | wc -l | grep 1
; PR925
+; RUN: llvm-upgrade < %s | llvm-as | llc -march=x86 | \
+; RUN: grep mov.*str1 | wc -l | grep 1
target endian = little
target pointersize = 32