[CodeGen] Update test after recent changes in llvm (r293846).

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@293848 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Davide Italiano 2017-02-02 00:47:53 +00:00
parent 2a59f01696
commit c2e69eb3d3
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ int f2(void) { return 43; }
#else
// CHECK-NO-BC-LABEL: define i32 @g
// CHECK-NO-BC: ret i32 %call
// CHECK-NO-BC: ret i32 42
int g(void) {
return f();
}