[opaque pointer type] Add textual IR support for explicit type parameter for global...
[oota-llvm.git] / test / Linker / 2008-07-06-AliasWeakDest.ll
index e631175444c08079216aeb6ae2ac74bdfe639757..8db492363aa4fa9a0fe30c8806ba14a08130eb11 100644 (file)
@@ -7,9 +7,9 @@
 target datalayout = "e-p:32:32:32-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:32:64-f32:32:32-f64:32:64-v64:64:64-v128:128:128-a0:0:64-f80:32:32"
 target triple = "i386-pc-linux-gnu"
 
-@sched_clock = alias i64 ()* @native_sched_clock
+@sched_clock = alias i64 (), i64 ()* @native_sched_clock
 
-@foo = alias i32* @realfoo
+@foo = alias i32, i32* @realfoo
 @realfoo = global i32 0
 
 define i64 @native_sched_clock() nounwind  {