Provide addc and subc
[llvm/msp430.git] / test / BugPoint / crash-narrowfunctiontest.ll
blob3ee9f8aa0ebb1d37cdf4076737e50b09de27dc25
1 ; Test that bugpoint can narrow down the testcase to the important function
3 ; RUN: bugpoint %s -bugpoint-crashcalls -silence-passes > /dev/null
5 define i32 @foo() { ret i32 1 }
7 define i32 @test() {
8         call i32 @test()
9         ret i32 %1
12 define i32 @bar() { ret i32 2 }