diff options
Diffstat (limited to 'test/Analysis/PointerTracking/sizes.ll')
-rw-r--r-- | test/Analysis/PointerTracking/sizes.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Analysis/PointerTracking/sizes.ll b/test/Analysis/PointerTracking/sizes.ll index c6224e0855..c0b0606af0 100644 --- a/test/Analysis/PointerTracking/sizes.ll +++ b/test/Analysis/PointerTracking/sizes.ll @@ -63,7 +63,7 @@ entry: define i32 @foo2(i32 %n) nounwind { entry: %call = malloc i8, i32 %n ; <i8*> [#uses=1] -; CHECK: %malloccall = +; CHECK: %call = ; CHECK: ==> %n elements, %n bytes allocated %call2 = tail call i8* @calloc(i64 2, i64 4) nounwind ; <i8*> [#uses=1] ; CHECK: %call2 = |