Allow x86 mov instructions to/from memory with absolute address to be encoded and...
[oota-llvm.git] / test / Feature / aliases.ll
index d44dff4c43c6f0d3b887727823ea7c6ebbed95c4..139381215ee80835e145ea31daa5af2db6dab4da 100644 (file)
@@ -2,6 +2,8 @@
 ; RUN: llvm-as %t1.ll -o - | llvm-dis > %t2.ll
 ; RUN: diff %t1.ll %t2.ll
 
+@llvm.used = appending global [1 x i8*] [i8* bitcast (i32* @foo1 to i8*)], section "llvm.metadata"
+
 @bar = external global i32
 @foo1 = alias i32* @bar
 @foo2 = alias i32* @bar