diff options
| author | Nick Lewycky <nicholas@mxc.ca> | 2008-05-26 01:27:08 +0000 |
|---|---|---|
| committer | Nick Lewycky <nicholas@mxc.ca> | 2008-05-26 01:27:08 +0000 |
| commit | be993358a742ad2b10f63a04da5c2844e3d9598d (patch) | |
| tree | 0fd9ceba215c753f2a0c8755ab5add58f65f8557 | |
| parent | 3195b393d6653d6279a5fc79457a3e7a34aa4786 (diff) | |
| download | bcm5719-llvm-be993358a742ad2b10f63a04da5c2844e3d9598d.tar.gz bcm5719-llvm-be993358a742ad2b10f63a04da5c2844e3d9598d.zip | |
Use {} instead of "" in RUN lines.
llvm-svn: 51561
| -rw-r--r-- | llvm/test/Analysis/ScalarEvolution/smax.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Analysis/ScalarEvolution/smax.ll b/llvm/test/Analysis/ScalarEvolution/smax.ll index 157d54f3e63..fdb3c26c9b7 100644 --- a/llvm/test/Analysis/ScalarEvolution/smax.ll +++ b/llvm/test/Analysis/ScalarEvolution/smax.ll @@ -1,6 +1,6 @@ ; RUN: llvm-as < %s | opt -analyze -scalar-evolution | grep smax | count 2 ; RUN: llvm-as < %s | opt -analyze -scalar-evolution | grep \ -; RUN: "%. smax %. smax %." +; RUN: {%. smax %. smax %.} ; PR1614 define i32 @x(i32 %a, i32 %b, i32 %c) { |

