summaryrefslogtreecommitdiff
path: root/test/Transforms/InstCombine/objsize-64.ll
diff options
context:
space:
mode:
authorNuno Lopes <nunoplopes@sapo.pt>2012-06-28 22:31:24 +0000
committerNuno Lopes <nunoplopes@sapo.pt>2012-06-28 22:31:24 +0000
commitc363c74c45756004f50c2bd67711400fd9026588 (patch)
tree7face75b3cff301e06b4016ad30309517d851d8f /test/Transforms/InstCombine/objsize-64.ll
parent85b408991aff28ffa4e9e113a5a8a35b0db505c2 (diff)
downloadllvm-c363c74c45756004f50c2bd67711400fd9026588.tar.gz
llvm-c363c74c45756004f50c2bd67711400fd9026588.tar.bz2
llvm-c363c74c45756004f50c2bd67711400fd9026588.tar.xz
make instcombine produce calls to llvm.donothing instead of a random intrinsic
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@159384 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Transforms/InstCombine/objsize-64.ll')
-rw-r--r--test/Transforms/InstCombine/objsize-64.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/InstCombine/objsize-64.ll b/test/Transforms/InstCombine/objsize-64.ll
index 7a39f46194..4993063d1c 100644
--- a/test/Transforms/InstCombine/objsize-64.ll
+++ b/test/Transforms/InstCombine/objsize-64.ll
@@ -19,7 +19,7 @@ define i64 @f1() {
; CHECK: @f2
define i64 @f2() nounwind uwtable ssp {
entry:
-; CHECK: invoke i8 @llvm.expect.i8(i8 0, i8 0)
+; CHECK: invoke void @llvm.donothing()
%call = invoke noalias i8* @_Znwm(i64 13)
to label %invoke.cont unwind label %lpad