diff options
| author | Reid Spencer <rspencer@reidspencer.com> | 2006-12-02 04:23:10 +0000 |
|---|---|---|
| committer | Reid Spencer <rspencer@reidspencer.com> | 2006-12-02 04:23:10 +0000 |
| commit | d0e30dc5be204293e7ddf0c15f5f67fb36f1ca94 (patch) | |
| tree | 46c3b512bb78e64fe2b86dab1fc60ea496ee0789 /llvm/test/Regression/Analysis/DSGraph/FunctionPointerTable-const.ll | |
| parent | bc7daea442ac1baa91f707a9678261ebc2b68673 (diff) | |
| download | bcm5719-llvm-d0e30dc5be204293e7ddf0c15f5f67fb36f1ca94.tar.gz bcm5719-llvm-d0e30dc5be204293e7ddf0c15f5f67fb36f1ca94.zip | |
Use the llvm-upgrade program to upgrade llvm assembly.
llvm-svn: 32115
Diffstat (limited to 'llvm/test/Regression/Analysis/DSGraph/FunctionPointerTable-const.ll')
| -rw-r--r-- | llvm/test/Regression/Analysis/DSGraph/FunctionPointerTable-const.ll | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/Regression/Analysis/DSGraph/FunctionPointerTable-const.ll b/llvm/test/Regression/Analysis/DSGraph/FunctionPointerTable-const.ll index 9c904fa0e07..6ac224721dd 100644 --- a/llvm/test/Regression/Analysis/DSGraph/FunctionPointerTable-const.ll +++ b/llvm/test/Regression/Analysis/DSGraph/FunctionPointerTable-const.ll @@ -1,5 +1,5 @@ -; RUN: llvm-as < %s | opt -analyze -datastructure-gc -dsgc-dspass=bu -dsgc-check-flags=Y:SHM && \ -; RUN: llvm-as < %s | opt -analyze -datastructure-gc -dsgc-dspass=td -dsgc-check-flags=P1:SHM,P2:SHM +; RUN: llvm-upgrade < %s | llvm-as | opt -analyze -datastructure-gc -dsgc-dspass=bu -dsgc-check-flags=Y:SHM && \ +; RUN: llvm-upgrade < %s | llvm-as | opt -analyze -datastructure-gc -dsgc-dspass=td -dsgc-check-flags=P1:SHM,P2:SHM %G = internal constant [2 x int*(int*)*] [ int*(int*)* %callee1, int*(int*)* %callee2 |

