diff options
-rw-r--r-- | test/Transforms/SimplifyLibCalls/FPrintF.ll | 1 | ||||
-rw-r--r-- | test/Transforms/SimplifyLibCalls/FPuts.ll | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/test/Transforms/SimplifyLibCalls/FPrintF.ll b/test/Transforms/SimplifyLibCalls/FPrintF.ll index 51733e4a1e..0cd086ab0b 100644 --- a/test/Transforms/SimplifyLibCalls/FPrintF.ll +++ b/test/Transforms/SimplifyLibCalls/FPrintF.ll @@ -25,4 +25,3 @@ entry: %tmp.7 = call i32 (%struct._IO_FILE*, i8*, ...)* @fprintf( %struct._IO_FILE* %tmp.8, i8* getelementptr ([3 x i8]* @chr, i32 0, i32 0), i32 33 ) ; <i32> [#uses=0] ret i32 0 } - diff --git a/test/Transforms/SimplifyLibCalls/FPuts.ll b/test/Transforms/SimplifyLibCalls/FPuts.ll index aa01aba265..8be990024a 100644 --- a/test/Transforms/SimplifyLibCalls/FPuts.ll +++ b/test/Transforms/SimplifyLibCalls/FPuts.ll @@ -26,4 +26,3 @@ entry: %c = call i32 @fputs( i8* %s3, %struct._IO_FILE* %out ) ; <i32> [#uses=0] ret i32 0 } - |