[DAGCombiner] Add target hook function to decide folding (mul (add x, c1), c2)
[llvm-project.git] / llvm / test / Transforms / StripSymbols / 2007-01-15-llvm.used.ll
blob81ccc422c2bd0d0f675e65aa328f746723f5ba66
1 ; RUN: opt < %s -strip -S | FileCheck %s
2 ; RUN: opt < %s -passes=strip -S | FileCheck %s
4 ; CHECK: foo
5 ; CHECK: bar
6 ; CHECK: foo
7 ; CHECK: bar
9 @llvm.used = appending global [2 x i8*] [ i8* bitcast (i32* @foo to i8*), i8* bitcast (i32 ()* @bar to i8*) ], section "llvm.metadata"          ; <[2 x i8*]*> [#uses=0]
10 @foo = internal constant i32 41         ; <i32*> [#uses=1]
12 define internal i32 @bar() nounwind  {
13 entry:
14         ret i32 42
17 define i32 @main() nounwind  {
18 entry:
19         ret i32 0