diff options
author | Owen Anderson <resistor@mac.com> | 2006-05-29 01:07:04 +0000 |
---|---|---|
committer | Owen Anderson <resistor@mac.com> | 2006-05-29 01:07:04 +0000 |
commit | 68945261891fe8e5c31aac5a1c2cb6d510e4841b (patch) | |
tree | 763a4a5ee874401b0ba323c4f1ee8a007ff08c8a /test | |
parent | 00ea74c27e8fbd78f5564d4efd185431c13a92e7 (diff) | |
download | external_llvm-68945261891fe8e5c31aac5a1c2cb6d510e4841b.zip external_llvm-68945261891fe8e5c31aac5a1c2cb6d510e4841b.tar.gz external_llvm-68945261891fe8e5c31aac5a1c2cb6d510e4841b.tar.bz2 |
Update the testcase to check the full extent of LCSSA.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@28530 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test')
-rw-r--r-- | test/Transforms/LCSSA/basictest.ll | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/Transforms/LCSSA/basictest.ll b/test/Transforms/LCSSA/basictest.ll index 163a3ef..c02151b 100644 --- a/test/Transforms/LCSSA/basictest.ll +++ b/test/Transforms/LCSSA/basictest.ll @@ -1,4 +1,5 @@ ; RUN: llvm-as < %s | opt -lcssa | llvm-dis | grep "%lcssa = phi int" +; RUN: llvm-as < %s | opt -lcssa | llvm-dis | grep "%X4 = add int 3, %lcssa" void %lcssa(bool %S2) { entry: |