diff options
| author | Evgeniy Stepanov <eugeni.stepanov@gmail.com> | 2015-08-25 20:59:26 +0000 |
|---|---|---|
| committer | Evgeniy Stepanov <eugeni.stepanov@gmail.com> | 2015-08-25 20:59:26 +0000 |
| commit | b0b2d4d2c9f50d9aa9b72693b959b400a1edeb84 (patch) | |
| tree | c14467b3243cc28c05f70bfee705d3d2d8fc25fe /llvm/test/Instrumentation/MemorySanitizer/check_access_address.ll | |
| parent | f4b7bcec97073d592c48ac2fb17d1da209084102 (diff) | |
| download | bcm5719-llvm-b0b2d4d2c9f50d9aa9b72693b959b400a1edeb84.tar.gz bcm5719-llvm-b0b2d4d2c9f50d9aa9b72693b959b400a1edeb84.zip | |
Use CHECK-LABEL in MSan IR tests.
This actually found one case when a test was matching instructions
from the output of a different test.
llvm-svn: 245974
Diffstat (limited to 'llvm/test/Instrumentation/MemorySanitizer/check_access_address.ll')
| -rw-r--r-- | llvm/test/Instrumentation/MemorySanitizer/check_access_address.ll | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/Instrumentation/MemorySanitizer/check_access_address.ll b/llvm/test/Instrumentation/MemorySanitizer/check_access_address.ll index 5e1a3f4442f..723d6f0cd34 100644 --- a/llvm/test/Instrumentation/MemorySanitizer/check_access_address.ll +++ b/llvm/test/Instrumentation/MemorySanitizer/check_access_address.ll @@ -12,7 +12,7 @@ entry: ret <2 x i64> %x } -; CHECK: @ByValArgumentShadowLargeAlignment +; CHECK-LABEL: @ByValArgumentShadowLargeAlignment ; CHECK: call void @llvm.memcpy.p0i8.p0i8.i64(i8* {{.*}}, i8* {{.*}}, i64 16, i32 8, i1 false) ; CHECK: ret <2 x i64> @@ -23,6 +23,6 @@ entry: ret i16 %x } -; CHECK: @ByValArgumentShadowSmallAlignment +; CHECK-LABEL: @ByValArgumentShadowSmallAlignment ; CHECK: call void @llvm.memcpy.p0i8.p0i8.i64(i8* {{.*}}, i8* {{.*}}, i64 2, i32 2, i1 false) ; CHECK: ret i16 |

