summaryrefslogtreecommitdiffstats
path: root/llvm/test/Transforms/Inline/null-function.ll
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/test/Transforms/Inline/null-function.ll')
-rw-r--r--llvm/test/Transforms/Inline/null-function.ll9
1 files changed, 0 insertions, 9 deletions
diff --git a/llvm/test/Transforms/Inline/null-function.ll b/llvm/test/Transforms/Inline/null-function.ll
deleted file mode 100644
index 2aecfa85cd8..00000000000
--- a/llvm/test/Transforms/Inline/null-function.ll
+++ /dev/null
@@ -1,9 +0,0 @@
-; RUN: opt -print-before=always-inline -always-inline < %s -o /dev/null 2>&1 | FileCheck %s
-
-define i32 @main() #0 {
-entry:
- ret i32 0
-}
-
-; CHECK: *** IR Dump Before Inliner for always_inline functions ***
-; CHECK: Printing <null> Function
OpenPOWER on IntegriCloud