Skip to content
Commit 072e52f1 authored by Dan Gohman's avatar Dan Gohman
Browse files

Use isTerminator() instead of isBranch()||isReturn() in

several places. isTerminator() returns true for a superset
of cases, and includes things like FP_REG_KILL, which are
nither return or branch but aren't safe to move/remat/etc.

llvm-svn: 61373
parent 92cf280d
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment