blob: c6ffd23cc23d2d74c404c60e7eea51e64193ce07 (
plain)
1
2
3
4
5
6
7
8
9
|
; RUN: opt -passes=strip-dead-prototypes -S -verify-analysis-invalidation < %s | FileCheck %s
; The declaration of the unused global variable @.str should be removed without
; getting any error from -verify-analysis-invalidation.
; CHECK-NOT: @.str
@.str = external constant [15 x i16]
|