[GlobalOpt] Demote globals to locals more aggressively
[oota-llvm.git] / test / Transforms / GlobalOpt / metadata.ll
index fb60b66ab58e89148a92bd5933e93b775defc006..152d58e6e3200be00dbea11acdc5ca511d43cdd6 100644 (file)
@@ -5,7 +5,7 @@
 ; to that containing %G should likewise drop to null.
 @G = internal global i8** null
 
-define i32 @main(i32 %argc, i8** %argv) {
+define i32 @main(i32 %argc, i8** %argv) norecurse {
 ; CHECK-LABEL: @main(
 ; CHECK: %G = alloca
   store i8** %argv, i8*** @G