diff options
author | Chris Lattner <sabre@nondot.org> | 2004-11-06 21:01:45 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2004-11-06 21:01:45 +0000 |
commit | 392b75cbc7892f325b2c673b1d6c01b4313ca2f7 (patch) | |
tree | b0b5e40cf0d9aae4ce20102b06dcb7ee39147228 /test/Analysis | |
parent | 12ff96854d6f03dd6cc67abb68843fd8b94e065b (diff) | |
download | external_llvm-392b75cbc7892f325b2c673b1d6c01b4313ca2f7.zip external_llvm-392b75cbc7892f325b2c673b1d6c01b4313ca2f7.tar.gz external_llvm-392b75cbc7892f325b2c673b1d6c01b4313ca2f7.tar.bz2 |
Add missing run line
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17517 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Analysis')
-rw-r--r-- | test/Analysis/DSGraph/HardBUCase.ll | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/Analysis/DSGraph/HardBUCase.ll b/test/Analysis/DSGraph/HardBUCase.ll index e8f316f..6d9aa05 100644 --- a/test/Analysis/DSGraph/HardBUCase.ll +++ b/test/Analysis/DSGraph/HardBUCase.ll @@ -1,3 +1,4 @@ +; RUN: analyze %s -budatastructure -dont-print-ds %MidFnTy = type void (\2*) |