diff options
Diffstat (limited to 'test/Transforms/GlobalOpt/metadata.ll')
| -rw-r--r-- | test/Transforms/GlobalOpt/metadata.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/GlobalOpt/metadata.ll b/test/Transforms/GlobalOpt/metadata.ll index fb60b66ab58e..152d58e6e320 100644 --- a/test/Transforms/GlobalOpt/metadata.ll +++ b/test/Transforms/GlobalOpt/metadata.ll @@ -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 |
