diff options
Diffstat (limited to 'test/Transforms/RaiseAllocations/2004-11-08-FreeUseCrash.ll')
-rw-r--r-- | test/Transforms/RaiseAllocations/2004-11-08-FreeUseCrash.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/RaiseAllocations/2004-11-08-FreeUseCrash.ll b/test/Transforms/RaiseAllocations/2004-11-08-FreeUseCrash.ll index a84b71cc3d..75e02e84fa 100644 --- a/test/Transforms/RaiseAllocations/2004-11-08-FreeUseCrash.ll +++ b/test/Transforms/RaiseAllocations/2004-11-08-FreeUseCrash.ll @@ -1,4 +1,4 @@ -; RUN: opt %s -raiseallocs -disable-output +; RUN: opt < %s -raiseallocs -disable-output define void @main() { %tmp.13 = call i32 (...)* @free( i32 32 ) ; <i32> [#uses=1] |