Fix the merging of the constantness of declarations.
[oota-llvm.git] / test / Linker / ConstantGlobals3.ll
index 5867ea50088234e1ba41c4bd6d682f9476931c70..0b70ddd646f8592314bd1d0e8447a64db01b0325 100644 (file)
@@ -1,6 +1,6 @@
 ; RUN: llvm-link %s %S/Inputs/ConstantGlobals3.ll -S | FileCheck %s
 ; RUN: llvm-link %S/Inputs/ConstantGlobals3.ll %s -S | FileCheck %s
 
-; CHECK: @X = external constant [1 x i32]
+; CHECK: @X = external global [1 x i32]
 
 @X = external global [1 x i32]