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/2005-09-27-VolatileFuncPtr.ll b/test/CodeGen/CBackend/2005-09-27-VolatileFuncPtr.ll index a29c20b..32a7088 100644 --- a/test/CodeGen/CBackend/2005-09-27-VolatileFuncPtr.ll +++ b/test/CodeGen/CBackend/2005-09-27-VolatileFuncPtr.ll
@@ -1,5 +1,4 @@ -; RUN: llvm-upgrade < %s | llvm-as | llc -march=c && -; RUN: llvm-upgrade < %s | llvm-as | llc -march=c | grep '\* *volatile *\*' +; RUN: llvm-upgrade < %s | llvm-as | llc -march=c | grep {\\* *volatile *\\*} %G = external global void()*