diff options
author | Wesley Peck <peckw@wesleypeck.com> | 2010-11-21 21:53:36 +0000 |
---|---|---|
committer | Wesley Peck <peckw@wesleypeck.com> | 2010-11-21 21:53:36 +0000 |
commit | 46a928b864369ba9e1b8fc055d100c2fa0f97d16 (patch) | |
tree | d18ee1247d27ded8fcc33592dc8fc09d66a0dc3f /test | |
parent | 6e749f31c6373b31b780ce29d2900f965f42a2f0 (diff) |
Implement branch analysis in the MBlaze backend.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@119951 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test')
-rw-r--r-- | test/CodeGen/MBlaze/brind.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/MBlaze/brind.ll b/test/CodeGen/MBlaze/brind.ll index 4ec8605b65..9ec7f94925 100644 --- a/test/CodeGen/MBlaze/brind.ll +++ b/test/CodeGen/MBlaze/brind.ll @@ -68,5 +68,5 @@ finish: %tmp.8 = urem i32 %tmp.7, 5 br label %loop - ; CHECK: brid + ; CHECK: brd } |