Refactor code just a little bit, allowing us to implement TailCallElim/return_constant.ll
[oota-llvm.git] / test / Assembler / 2003-05-15-AssemblerProblem.llx
index c1f90417693486048b516343f81fdb0d7bc20959..e22d11d6cbf6d8b16995a47e8a5b610d5cde7e0d 100644 (file)
@@ -1,4 +1,7 @@
-; RUN: as < %s -o /dev/null -f
+; This bug was caused by two CPR's existing for the same global variable, 
+; colliding in the Module level CPR map.
+
+; RUN: llvm-as < %s -o /dev/null -f
 
 void %test() {
         call void (...)* cast (void (short*, int)* %AddString to void (...)*)(short* null, int 0)