]> granicus.if.org Git - llvm/commitdiff
[x86] Give this test a triple so that we don't have to cope with two
authorChandler Carruth <chandlerc@gmail.com>
Fri, 17 Feb 2017 01:18:38 +0000 (01:18 +0000)
committerChandler Carruth <chandlerc@gmail.com>
Fri, 17 Feb 2017 01:18:38 +0000 (01:18 +0000)
different asm comment syntaxes.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@295394 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/X86/2006-01-19-ISelFoldingBug.ll

index 7e607dc0763a096ab252722886fbb8725c2dc171..48f5bc3e2986bdd3a868c588ebc0574576d5bf36 100644 (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) {