Fix ordering of operands on lowering of atomicrmw min/max nodes on ARM.
[oota-llvm.git] / test / CodeGen / CellSPU / private.ll
index 7452276ccc8c4510862a5af8da690c4dd25b0e7f..1d933adac939fc9f44754c0b25daa9013d7e4029 100644 (file)
@@ -6,14 +6,11 @@
 ; RUN: grep .Lbaz: %t
 ; RUN: grep ila.*\.Lbaz %t
 
-
-declare void @foo()
-
 define private void @foo() {
         ret void
 }
 
-@baz = private global i32 4;
+@baz = private global i32 4
 
 define i32 @bar() {
         call void @foo()