summaryrefslogtreecommitdiffstats
path: root/llvm/test/Transforms/GlobalOpt/malloc-promote-1.ll
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/test/Transforms/GlobalOpt/malloc-promote-1.ll')
-rw-r--r--llvm/test/Transforms/GlobalOpt/malloc-promote-1.ll10
1 files changed, 9 insertions, 1 deletions
diff --git a/llvm/test/Transforms/GlobalOpt/malloc-promote-1.ll b/llvm/test/Transforms/GlobalOpt/malloc-promote-1.ll
index d5087dea344..a8f127474e3 100644
--- a/llvm/test/Transforms/GlobalOpt/malloc-promote-1.ll
+++ b/llvm/test/Transforms/GlobalOpt/malloc-promote-1.ll
@@ -1,7 +1,7 @@
; RUN: opt < %s -globalopt -S | FileCheck %s
target datalayout = "E-p:64:64:64-a0:0:8-f32:32:32-f64:64:64-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:32:64-v64:64:64-v128:128:128"
-@G = internal global i32* null ; <i32**> [#uses=3]
+@G = internal global i32* null ; <i32**> [#uses=4]
; CHECK-NOT: global
define void @init() {
@@ -22,3 +22,11 @@ define i32 @get() {
; CHECK: ret i32 0
}
+define void @foo(i64 %Size) nounwind noinline #0 {
+entry:
+ %0 = load i32*, i32** @G, align 4
+ ret void
+}
+
+attributes #0 = { "null-pointer-is-valid"="true" }
+
OpenPOWER on IntegriCloud