Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- entry:
- if.then: ; preds = %entry
- br label %if.end
- if.end: ; preds = %if.then, %entry
- }
- entry:
- if.then: ; preds = %entry
- br label %if.end
- if.end: ; preds = %if.then, %entry
- }
- Try:
- opt -O2 x.ll -S -o -
- and
- opt -O2 x.ll -S -o - | llvm-commit/Debug+Asserts/bin/llc -O2 -o -
Add Comment
Please, Sign In to add comment