diff options
Diffstat (limited to 'test/Transforms/LevelRaise/2002-03-11-Calls.ll')
-rw-r--r-- | test/Transforms/LevelRaise/2002-03-11-Calls.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/LevelRaise/2002-03-11-Calls.ll b/test/Transforms/LevelRaise/2002-03-11-Calls.ll index 1232b1a..26fedff 100644 --- a/test/Transforms/LevelRaise/2002-03-11-Calls.ll +++ b/test/Transforms/LevelRaise/2002-03-11-Calls.ll @@ -2,7 +2,7 @@ ; method pointer type into a call. In doing so, it would have to change the ; types of the arguments to the call, but broke doing so. ; -; RUN: as < %s | opt -raise +; RUN: llvm-as < %s | opt -raise implementation |