From: Arnold Schwaighofer Date: Thu, 14 Mar 2013 21:31:09 +0000 (+0000) Subject: LoopVectorizer: Insert some white space to make test case more readable X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=c184a5f4cad9415ee93ff6d24da2ed676573b61c;p=oota-llvm.git LoopVectorizer: Insert some white space to make test case more readable Also remove some unneeded function attributes. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@177114 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/Transforms/LoopVectorize/X86/vector-scalar-select-cost.ll b/test/Transforms/LoopVectorize/X86/vector-scalar-select-cost.ll index 62b0857a8e6..3b3a7875ab3 100644 --- a/test/Transforms/LoopVectorize/X86/vector-scalar-select-cost.ll +++ b/test/Transforms/LoopVectorize/X86/vector-scalar-select-cost.ll @@ -10,10 +10,10 @@ target triple = "x86_64-apple-macosx10.8.0" @c = common global [2048 x i32] zeroinitializer, align 16 ; CHECK: Checking a loop in "scalarselect" -define void @scalarselect(i1 %cond) nounwind uwtable ssp { +define void @scalarselect(i1 %cond) { br label %1 -;