Advertisement
Guest User

Untitled

a guest
Jan 1st, 2018
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
LLVM 0.32 KB | None | 0 0
  1. define i64 @foo(i64 %param) {
  2. entry:
  3.   %x = load i64, i64* @x
  4.   %x1 = load i64, i64* @x
  5.   store i64* add nsw (i64* @x, i64 1), i64* @x.1
  6.   ret i64 0
  7. }
  8. Stored value type does not match pointer operand type!
  9.   store i64* add nsw (i64* @x, i64 1), i64* @x.1
  10.  i64LLVM ERROR: Broken function found, compilation aborted!
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement