Move GlobalMerge from Transform to CodeGen.
[oota-llvm.git] / test / CodeGen / XCore / private.ll
index 80b7db4ce3a26c63faae67785df8c331cf213ea6..474448a50888384d1976defa522e3650caf6a36a 100644 (file)
@@ -10,7 +10,7 @@ define private void @foo() {
 @baz = private global i32 4
 
 define i32 @bar() {
-; CHECK: bar:
+; CHECK-LABEL: bar:
 ; CHECK: bl .Lfoo
 ; CHECK: ldw r0, dp[.Lbaz]
         call void @foo()