Guest User

Untitled

a guest
Oct 19th, 2018
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. ; ModuleID = '/dev/null'
  2. target datalayout = "e-p:64:64:64-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:64:64-f32:32:32-f64:64:64-v64:64:64-v128:128:128-a0:0:64-s0:64:64-f80:128:128-n8:16:32:64-S128"
  3. target triple = "x86_64-unknown-linux-gnu"
  4.  
  5. define i64 @main() {
  6. block0:
  7. %tmp = bitcast i64 123 to i64
  8. br i1 true, label %block1, label %block1
  9. block1:
  10. %tmp2 = phi i64 [%tmp, %block0], [456, %block0]
  11. ret i64 0
  12. }
Add Comment
Please, Sign In to add comment