summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/R600/unhandled-loop-condition-assertion.ll
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/test/CodeGen/R600/unhandled-loop-condition-assertion.ll')
-rw-r--r--llvm/test/CodeGen/R600/unhandled-loop-condition-assertion.ll4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/CodeGen/R600/unhandled-loop-condition-assertion.ll b/llvm/test/CodeGen/R600/unhandled-loop-condition-assertion.ll
index ee0a83084af..ff01a1e0002 100644
--- a/llvm/test/CodeGen/R600/unhandled-loop-condition-assertion.ll
+++ b/llvm/test/CodeGen/R600/unhandled-loop-condition-assertion.ll
@@ -41,7 +41,7 @@ for.end: ; preds = %for.body, %entry
; COMMON-LABEL: {{^}}branch_false:
; SI: .text
-; SI-NEXT: S_ENDPGM
+; SI-NEXT: s_endpgm
define void @branch_false(i8 addrspace(1)* nocapture %main, i32 %main_stride) #0 {
entry:
br i1 false, label %for.end, label %for.body.lr.ph
@@ -77,7 +77,7 @@ for.end: ; preds = %for.body, %entry
; COMMON-LABEL: {{^}}branch_undef:
; SI: .text
-; SI-NEXT: S_ENDPGM
+; SI-NEXT: s_endpgm
define void @branch_undef(i8 addrspace(1)* nocapture %main, i32 %main_stride) #0 {
entry:
br i1 undef, label %for.end, label %for.body.lr.ph
OpenPOWER on IntegriCloud