diff options
Diffstat (limited to 'test/Transforms/RaiseAllocations')
-rw-r--r-- | test/Transforms/RaiseAllocations/2004-11-08-FreeUseCrash.ll | 2 | ||||
-rw-r--r-- | test/Transforms/RaiseAllocations/FreeCastConstantExpr.ll | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/test/Transforms/RaiseAllocations/2004-11-08-FreeUseCrash.ll b/test/Transforms/RaiseAllocations/2004-11-08-FreeUseCrash.ll index a84b71c..75e02e8 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] diff --git a/test/Transforms/RaiseAllocations/FreeCastConstantExpr.ll b/test/Transforms/RaiseAllocations/FreeCastConstantExpr.ll index 2f96f56..1cf0729 100644 --- a/test/Transforms/RaiseAllocations/FreeCastConstantExpr.ll +++ b/test/Transforms/RaiseAllocations/FreeCastConstantExpr.ll @@ -1,6 +1,6 @@ ; This situation can occur due to the funcresolve pass. ; -; RUN: opt %s -raiseallocs -S | not grep call +; RUN: opt < %s -raiseallocs -S | not grep call declare void @free(i8*) |