Mercurial > hg > CbC > CbC_llvm
diff test/CodeGen/X86/sse4a.ll @ 83:60c9769439b8 LLVM3.7
LLVM 3.7
author | Tatsuki IHA <e125716@ie.u-ryukyu.ac.jp> |
---|---|
date | Wed, 18 Feb 2015 14:55:36 +0900 |
parents | 95c75e76d11b |
children | 1172e4bd9c6f |
line wrap: on
line diff
--- a/test/CodeGen/X86/sse4a.ll Mon Sep 08 22:07:30 2014 +0900 +++ b/test/CodeGen/X86/sse4a.ll Wed Feb 18 14:55:36 2015 +0900 @@ -1,4 +1,5 @@ ; RUN: llc < %s -mtriple=i686-apple-darwin9 -mattr=sse4a | FileCheck %s +; RUN: llc < %s -mtriple=x86_64-unknown-linux -mattr=sse4a | FileCheck %s define void @test1(i8* %p, <4 x float> %a) nounwind optsize ssp { ; CHECK-LABEL: test1: