commit | a2c72b52e4e704654629d72b80ad4bfb245cd27d | [log] [tgz] |
---|---|---|
author | Reid Spencer <rspencer@reidspencer.com> | Sun Apr 15 19:21:54 2007 +0000 |
committer | Reid Spencer <rspencer@reidspencer.com> | Sun Apr 15 19:21:54 2007 +0000 |
tree | 91026701a2f20f1f443ba5718c848d75415a7bff | |
parent | 1c0c94d6df30c3f3d8f0871caa7947def032c311 [diff] [blame] |
For PR1319: Upgrade to use new test harness git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@36077 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/test/CodeGen/CBackend/2006-12-11-Float-Bitcast.ll b/test/CodeGen/CBackend/2006-12-11-Float-Bitcast.ll index bf84654..5c6babf 100644 --- a/test/CodeGen/CBackend/2006-12-11-Float-Bitcast.ll +++ b/test/CodeGen/CBackend/2006-12-11-Float-Bitcast.ll
@@ -1,6 +1,5 @@ -; RUN: llvm-upgrade < %s | llvm-as | llc -march=c && ; RUN: llvm-upgrade < %s | llvm-as | llc -march=c | \ -; RUN: grep '__BITCAST' | wc -l | grep 14 +; RUN: grep __BITCAST | wc -l | grep 14 int %test1(float %F) { %X = bitcast float %F to int