diff options
Diffstat (limited to 'llvm/test/Regression/Transforms/GlobalDCE/2002-08-17-FunctionDGE.ll')
| -rw-r--r-- | llvm/test/Regression/Transforms/GlobalDCE/2002-08-17-FunctionDGE.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Regression/Transforms/GlobalDCE/2002-08-17-FunctionDGE.ll b/llvm/test/Regression/Transforms/GlobalDCE/2002-08-17-FunctionDGE.ll index a923eb34412..cf22be0ee42 100644 --- a/llvm/test/Regression/Transforms/GlobalDCE/2002-08-17-FunctionDGE.ll +++ b/llvm/test/Regression/Transforms/GlobalDCE/2002-08-17-FunctionDGE.ll @@ -1,7 +1,7 @@ ; Make sure that functions are removed successfully if they are referred to by ; a global that is dead. Make sure any globals they refer to die as well. -; RUN: as < %s | opt -globaldce | dis | not grep foo +; RUN: llvm-as < %s | opt -globaldce | llvm-dis | not grep foo %b = internal global int ()* %foo ;; Unused, kills %foo |

