Created
July 27, 2015 20:12
-
-
Save Zoxc/aaa1034668ea43455c9e to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
; ModuleID = 'bugpoint-reduced-simplified.bc' | |
target datalayout = "e-i64:64-f80:128-n8:16:32:64-S128" | |
target triple = "x86_64-unknown-linux-gnu" | |
; Function Attrs: noreturn | |
declare void @fail() | |
declare void @llvm.experimental.patchpoint.void(i64, i32, i8*, i32, ...) | |
define void @test() { | |
call void (i64, i32, i8*, i32, ...)* @llvm.experimental.patchpoint.void(i64 0, i32 0, i8* bitcast (void ()* @fail to i8*), i32 0) | |
ret void | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment