aboutsummaryrefslogtreecommitdiffstats
path: root/test/Analysis/BasicAA/2008-04-15-Byval.ll
diff options
context:
space:
mode:
authorBill Wendling <isanbard@gmail.com>2012-04-24 09:15:38 +0000
committerBill Wendling <isanbard@gmail.com>2012-04-24 09:15:38 +0000
commitd5cc8b81ca5d0a09a1da7f8b094907eb63a582e6 (patch)
tree834c1a73d985cf7b4b9a52b83383d0b38494d8a5 /test/Analysis/BasicAA/2008-04-15-Byval.ll
parent3ef43cf3a2d7fd933f9f9b2960df9426b054d32a (diff)
downloadexternal_llvm-d5cc8b81ca5d0a09a1da7f8b094907eb63a582e6.zip
external_llvm-d5cc8b81ca5d0a09a1da7f8b094907eb63a582e6.tar.gz
external_llvm-d5cc8b81ca5d0a09a1da7f8b094907eb63a582e6.tar.bz2
FileCheck-ize these tests. Harden some of them.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@155432 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Analysis/BasicAA/2008-04-15-Byval.ll')
-rw-r--r--test/Analysis/BasicAA/2008-04-15-Byval.ll3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/Analysis/BasicAA/2008-04-15-Byval.ll b/test/Analysis/BasicAA/2008-04-15-Byval.ll
index 2069401..428189a 100644
--- a/test/Analysis/BasicAA/2008-04-15-Byval.ll
+++ b/test/Analysis/BasicAA/2008-04-15-Byval.ll
@@ -1,10 +1,11 @@
-; RUN: opt < %s -std-compile-opts -S | grep store
+; RUN: opt < %s -std-compile-opts -S | FileCheck %s
; ModuleID = 'small2.c'
target datalayout = "e-p:32:32:32-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:32:64-f32:32:32-f64:32:64-v64:64:64-v128:128:128-a0:0:64-f80:128:128"
target triple = "i386-apple-darwin8"
%struct.x = type { [4 x i32] }
define void @foo(%struct.x* byval align 4 %X) nounwind {
+; CHECK: store i32 2, i32* %tmp1
entry:
%tmp = getelementptr %struct.x* %X, i32 0, i32 0 ; <[4 x i32]*> [#uses=1]
%tmp1 = getelementptr [4 x i32]* %tmp, i32 0, i32 3 ; <i32*> [#uses=1]