commit | 97e287ef8a5170e6fcbc8e2392b9b8cc416fe87c | [log] [tgz] |
---|---|---|
author | Reid Spencer <rspencer@reidspencer.com> | Sun Apr 15 20:48:50 2007 +0000 |
committer | Reid Spencer <rspencer@reidspencer.com> | Sun Apr 15 20:48:50 2007 +0000 |
tree | a9ad0f70a616585268a68fe3c550752cc9d67d2d | |
parent | fb7653e3eea60fb6f09bee028c7944f8b9c6086d [diff] [blame] |
For PR1319: Upgrade to new test harness. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@36086 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/test/CodeGen/Generic/switch-crit-edge-constant.ll b/test/CodeGen/Generic/switch-crit-edge-constant.ll index 12c1515..ef986e0 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