Skip to content

Commit

Permalink
[LTO] Fix up test/tools/gold/X86/remarks.ll
Browse files Browse the repository at this point in the history
It needs the same fixes as in test/LTO/X86/remarks.ll, but this test appears not to get run on my system (but does on the buildbot). Strange.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@253452 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
James Molloy committed Nov 18, 2015
1 parent 683e0e5 commit e2c844f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion test/tools/gold/X86/remarks.ll
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,11 @@
target datalayout = "e-m:e-i64:64-f80:128-n8:16:32:64-S128"
target triple = "x86_64-unknown-linux-gnu"

declare i32 @bar()

define i32 @f() {
ret i32 0
%a = call void @bar()
ret i32 %a
}

define i32 @_start() {
Expand Down

0 comments on commit e2c844f

Please sign in to comment.