diff options
| author | John Criswell <criswell@uiuc.edu> | 2006-12-13 17:02:04 +0000 |
|---|---|---|
| committer | John Criswell <criswell@uiuc.edu> | 2006-12-13 17:02:04 +0000 |
| commit | f9e355c7f12cbdc9db90c3dcd59f30f2bbe9aa0b (patch) | |
| tree | 1b18699dbc46fb1fe2ac470d3f081ba38fa95d44 /llvm/test/Regression/Analysis/DSGraph/mustalias.ll | |
| parent | 2bcf535e0fc9445c386fe428b4d04dd7d4f2c277 (diff) | |
| download | bcm5719-llvm-f9e355c7f12cbdc9db90c3dcd59f30f2bbe9aa0b.tar.gz bcm5719-llvm-f9e355c7f12cbdc9db90c3dcd59f30f2bbe9aa0b.zip | |
Remove DSA tests.
llvm-svn: 32543
Diffstat (limited to 'llvm/test/Regression/Analysis/DSGraph/mustalias.ll')
| -rw-r--r-- | llvm/test/Regression/Analysis/DSGraph/mustalias.ll | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/llvm/test/Regression/Analysis/DSGraph/mustalias.ll b/llvm/test/Regression/Analysis/DSGraph/mustalias.ll deleted file mode 100644 index 111b7addced..00000000000 --- a/llvm/test/Regression/Analysis/DSGraph/mustalias.ll +++ /dev/null @@ -1,17 +0,0 @@ -; Test that ds-aa is returning must-alias information when it can. -; XFAIL: * -; RUN: llvm-upgrade < %s | llvm-as | opt -no-aa -ds-aa -load-vn -gcse | llvm-dis | not grep load - -%X = internal global int 20 - -implementation - -int* %id(int* %P) { ret int* %P } - -int %main() { - store int 0, int* %X - %XP = call int* %id(int* %X) - %A = load int* %XP ; Should eliminate load! - ret int %A -} - |

