diff options
author | Daniel Dunbar <daniel@zuster.org> | 2009-09-05 12:38:44 +0000 |
---|---|---|
committer | Daniel Dunbar <daniel@zuster.org> | 2009-09-05 12:38:44 +0000 |
commit | 5db3084b6932903e61dac317260fe7b1d7987f2e (patch) | |
tree | b96966883a89b0507faae2a75ac840bc616b98d6 /test/Transforms | |
parent | a3f89829f32e3362962fdf032f66f6d8403cf6b2 (diff) |
Quote another '%S' in a test.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@81088 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Transforms')
-rw-r--r-- | test/Transforms/LCSSA/2006-06-03-IncorrectIDFPhis.ll | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/Transforms/LCSSA/2006-06-03-IncorrectIDFPhis.ll b/test/Transforms/LCSSA/2006-06-03-IncorrectIDFPhis.ll index aa24014f3b..b20cf3d0b0 100644 --- a/test/Transforms/LCSSA/2006-06-03-IncorrectIDFPhis.ll +++ b/test/Transforms/LCSSA/2006-06-03-IncorrectIDFPhis.ll @@ -1,7 +1,7 @@ ; RUN: llvm-as < %s | opt -lcssa | llvm-dis | \ -; RUN: grep {%SJE.0.0.lcssa = phi .struct.SetJmpMapEntry} +; RUN: grep {%%SJE.0.0.lcssa = phi .struct.SetJmpMapEntry} ; RUN: llvm-as < %s | opt -lcssa | llvm-dis | \ -; RUN: grep {%SJE.0.0.lcssa1 = phi .struct.SetJmpMapEntry} +; RUN: grep {%%SJE.0.0.lcssa1 = phi .struct.SetJmpMapEntry} %struct.SetJmpMapEntry = type { i8*, i32, %struct.SetJmpMapEntry* } |