summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/AMDGPU/early-if-convert.ll
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/test/CodeGen/AMDGPU/early-if-convert.ll')
-rw-r--r--llvm/test/CodeGen/AMDGPU/early-if-convert.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/AMDGPU/early-if-convert.ll b/llvm/test/CodeGen/AMDGPU/early-if-convert.ll
index 11826d124df..8e5aa8aa290 100644
--- a/llvm/test/CodeGen/AMDGPU/early-if-convert.ll
+++ b/llvm/test/CodeGen/AMDGPU/early-if-convert.ll
@@ -65,7 +65,7 @@ entry:
br i1 %cc, label %if, label %endif
if:
- call void asm "; clobber $0", "~{VCC}"() #0
+ call void asm "; clobber $0", "~{vcc}"() #0
%u = add i32 %v, %v
br label %endif
OpenPOWER on IntegriCloud