summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSam Elliott <selliott@lowrisc.org>2019-07-23 17:14:42 +0000
committerSam Elliott <selliott@lowrisc.org>2019-07-23 17:14:42 +0000
commit404551ac64efca14d865e40e62ee9ba871d864af (patch)
tree87a6a80bd4fbbf292161c1ac82fd0abe4831124e
parenteaedc5ef8f5b4bac850510dad6fbd0199cbc0d35 (diff)
downloadbcm5719-llvm-404551ac64efca14d865e40e62ee9ba871d864af.tar.gz
bcm5719-llvm-404551ac64efca14d865e40e62ee9ba871d864af.zip
[RISCV][NFC] Correct RUN in rvi-pseudos-invalid.s
This test should test both riscv32 and riscv64. llvm-svn: 366825
-rw-r--r--llvm/test/MC/RISCV/rvi-pseudos-invalid.s2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/MC/RISCV/rvi-pseudos-invalid.s b/llvm/test/MC/RISCV/rvi-pseudos-invalid.s
index 43b980160fc..926d26f0649 100644
--- a/llvm/test/MC/RISCV/rvi-pseudos-invalid.s
+++ b/llvm/test/MC/RISCV/rvi-pseudos-invalid.s
@@ -1,4 +1,4 @@
-# RUN: not llvm-mc %s -triple=riscv64 2>&1 | FileCheck %s
+# RUN: not llvm-mc %s -triple=riscv32 2>&1 | FileCheck %s
# RUN: not llvm-mc %s -triple=riscv64 2>&1 | FileCheck %s
lla x1, 1234 # CHECK: :[[@LINE]]:9: error: operand must be a bare symbol name
OpenPOWER on IntegriCloud