blob: 667acba0e9ae62d58f4f93aa9840dfbf80bd6d3e [file] [log] [blame]
Anton Korobeynikov7ab23c42008-07-05 23:33:40 +00001; PR2463
2; RUN: llvm-as %s -o %t1.bc -f
3; RUN: llvm-as %p/2008-07-06-AliasWeakDest2.ll -o %t2.bc -f
4; RUN: llvm-link %t1.bc %t2.bc -f -o %t3.bc
5; RUN: llvm-link %t2.bc %t1.bc -f -o %t4.bc
6
7target 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"
8target triple = "i386-pc-linux-gnu"
9
10@sched_clock = alias i64 ()* @native_sched_clock
11
12define i64 @native_sched_clock() nounwind {
13entry:
14 ret i64 0
15}