From e32631cecd2d669867ec0ff91181891dea2e8fc1 Mon Sep 17 00:00:00 2001 From: Tom Stellard Date: Thu, 23 Apr 2015 19:33:55 +0000 Subject: [PATCH] R600/SI: Add missing -mcpu=SI to assembler test git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@235630 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/MC/R600/vop3.s | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/MC/R600/vop3.s b/test/MC/R600/vop3.s index 322756fb4dc..20562335974 100644 --- a/test/MC/R600/vop3.s +++ b/test/MC/R600/vop3.s @@ -1,5 +1,5 @@ // RUN: llvm-mc -arch=amdgcn -show-encoding %s | FileCheck %s -// RUN: llvm-mc -arch=amdgcn -show-encoding %s | FileCheck %s +// RUN: llvm-mc -arch=amdgcn -mcpu=SI -show-encoding %s | FileCheck %s //===----------------------------------------------------------------------===// // VOPC Instructions