1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-20 19:42:54 +02:00

[Debugify] Fix test failing after r332416

I missed a test that needed an update.

Failing bot: http://lab.llvm.org:8011/builders/llvm-clang-lld-x86_64-scei-ps4-ubuntu-fast/builds/30071

llvm-svn: 332418
This commit is contained in:
Anastasis Grammenos 2018-05-16 00:11:52 +00:00
parent 1d797ae8dd
commit 659d2bd0dd

View File

@ -2,7 +2,7 @@
; RUN: opt < %s -debugify -mem2reg -check-debugify -S | FileCheck %s
; CHECK-NOT: alloca
; CHECK: CheckModuleDebugify: PASS
; CHECK: CheckModuleDebugify [{{.*}}]: PASS
define double @testfunc(i32 %i, double %j) {
%I = alloca i32 ; <i32*> [#uses=4]