Move a DenseMap's declaration outside of a loop, and just call
[oota-llvm.git] / test / Transforms / InstCombine / apint-xor2.ll
index 7ce5ad8473d83eace7a2b847a5cf3ef2ef798864..4d2d415f34677210e68bcfaf0f74785ad53679ba 100644 (file)
@@ -2,6 +2,7 @@
 ; This test is for Integer BitWidth > 64 && BitWidth <= 1024.
 
 ; RUN: llvm-as < %s | opt -instcombine | llvm-dis | not grep {xor }
+; END.
 
 
 define i447 @test1(i447 %A, i447 %B) {