[AMDGPU] Parse wwm filter flag for regalloc fast (#119347)
[llvm-project.git] / llvm / test / Assembler / 2002-03-08-NameCollision2.ll
blobb784bd56c58af81d449cc6bef209fe0764359390
1 ; RUN: llvm-as %s -o /dev/null
2 ; RUN: verify-uselistorder %s
4 ; Another name collision problem.  Here the problem was that if a forward
5 ; declaration for a method was found, that this would cause spurious conflicts
6 ; to be detected between locals and globals.
8 @Var = external global i32              ; <ptr> [#uses=0]
10 define void @foo() {
11         %Var = alloca i32               ; <ptr> [#uses=0]
12         ret void