[llvm] d4af896 - [PowerPC] Fix UNSUPPORTED syntax in addr-label.ll
Jay Foad via llvm-commits
llvm-commits at lists.llvm.org
Fri Mar 31 08:48:01 PDT 2023
Author: Jay Foad
Date: 2023-03-31T16:47:35+01:00
New Revision: d4af8965725929e4364377a3e5d8d3d5053d46f0
URL: https://github.com/llvm/llvm-project/commit/d4af8965725929e4364377a3e5d8d3d5053d46f0
DIFF: https://github.com/llvm/llvm-project/commit/d4af8965725929e4364377a3e5d8d3d5053d46f0.diff
LOG: [PowerPC] Fix UNSUPPORTED syntax in addr-label.ll
Added:
Modified:
llvm/test/CodeGen/Generic/addr-label.ll
Removed:
################################################################################
diff --git a/llvm/test/CodeGen/Generic/addr-label.ll b/llvm/test/CodeGen/Generic/addr-label.ll
index ef82e26aa25b..ea11b69a9177 100644
--- a/llvm/test/CodeGen/Generic/addr-label.ll
+++ b/llvm/test/CodeGen/Generic/addr-label.ll
@@ -9,7 +9,7 @@
; The behavior of this test is not well defined. On PowerPC the test may pass
; or fail depending on the order in which the test functions are processed by
; llc.
-UNSUPPORTED: target=powerpc{{.*}}
+; UNSUPPORTED: target=powerpc{{.*}}
;; Reference to a label that gets deleted.
define ptr @test1() nounwind {
More information about the llvm-commits
mailing list