[x86] Give this test a triple so that we don't have to cope with two

different asm comment syntaxes.

llvm-svn: 295394
This commit is contained in:
Chandler Carruth 2017-02-17 01:18:38 +00:00
parent dd3ba794ef
commit 96d86a7f9c
1 changed files with 3 additions and 1 deletions

View File

@ -1,9 +1,11 @@
; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py
; RUN: llc < %s -march=x86 -mcpu=generic | FileCheck %s
; RUN: llc < %s | FileCheck %s
;
; Check that the isel does not fold the shld, which already folds a load
; and has two uses, into a store.
target triple = "i686-unknown-unknown"
@A = external global i32
define i32 @test5(i32 %B, i8 %C) {