summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen
diff options
context:
space:
mode:
authorRafael Espindola <rafael.espindola@gmail.com>2017-06-24 04:41:39 +0000
committerRafael Espindola <rafael.espindola@gmail.com>2017-06-24 04:41:39 +0000
commitb05f4a7b25db9d3dd3c48701db70f1ee1b63b4e4 (patch)
treeea67f967d275687358a7fe871c6f41af1a2ba948 /llvm/test/CodeGen
parent2c166857b35a052468f95441a55eec5c5126b3d7 (diff)
downloadbcm5719-llvm-b05f4a7b25db9d3dd3c48701db70f1ee1b63b4e4.tar.gz
bcm5719-llvm-b05f4a7b25db9d3dd3c48701db70f1ee1b63b4e4.zip
Add missing %s to RUN line.
llvm-svn: 306199
Diffstat (limited to 'llvm/test/CodeGen')
-rw-r--r--llvm/test/CodeGen/AMDGPU/branch-relaxation.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/AMDGPU/branch-relaxation.ll b/llvm/test/CodeGen/AMDGPU/branch-relaxation.ll
index 578f94241c6..15f579eb06d 100644
--- a/llvm/test/CodeGen/AMDGPU/branch-relaxation.ll
+++ b/llvm/test/CodeGen/AMDGPU/branch-relaxation.ll
@@ -3,7 +3,7 @@
; FIXME: We should use llvm-mc for this, but we can't even parse our own output.
; See PR33579.
-; RUN: llc -march=amdgcn -verify-machineinstrs -amdgpu-s-branch-bits=4 -o %t.o -filetype=obj
+; RUN: llc -march=amdgcn -verify-machineinstrs -amdgpu-s-branch-bits=4 -o %t.o -filetype=obj %s
; RUN: llvm-readobj -r %t.o | FileCheck --check-prefix=OBJ %s
; OBJ: Relocations [
OpenPOWER on IntegriCloud