Fix a crash in block placement due to an inner loop that happened to be
[oota-llvm.git] / test / CodeGen / CBackend / 2002-05-16-NameCollide.ll
index c69b9b0c2cd734eaf454b65da608cd9905c13b03..0b06041f57132a9fb27765449f625d1cd7b60cb9 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | llc -march=c
+; RUN: llc < %s -march=c
 
 ; Make sure that global variables do not collide if they have the same name,
 ; but different types.