From 26d0e892e36e8dcc4248a8ccc8bedbd2d235eaee Mon Sep 17 00:00:00 2001 From: Eric Christopher Date: Thu, 11 Feb 2010 01:48:54 +0000 Subject: Add ConstantExpr handling to Intrinsic::objectsize lowering. Update testcase accordingly now that we can optimize another section. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@95846 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/Transforms/InstCombine/objsize.ll | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'test/Transforms') diff --git a/test/Transforms/InstCombine/objsize.ll b/test/Transforms/InstCombine/objsize.ll index 69e09f61f7..2bcdd914e3 100644 --- a/test/Transforms/InstCombine/objsize.ll +++ b/test/Transforms/InstCombine/objsize.ll @@ -31,10 +31,9 @@ cond.false: ret i8* %2; } -; FIXME: Should be ret i32 0 define i32 @f() nounwind { ; CHECK: @f -; CHECK-NEXT: llvm.objectsize.i32 +; CHECK-NEXT: ret i32 0 %1 = call i32 @llvm.objectsize.i32(i8* getelementptr ([60 x i8]* @a, i32 1, i32 0), i1 false) ret i32 %1 } -- cgit v1.2.3-70-g09d2