[compiler-rt] [msan] Remove stable-runtime requirement for insertvalue_origin.cc

This patch removes the requirement on stable-runtime on insertvalue_origin.cc
testcase, added due a instrumentation failure on aarch64-linux. This is fixed
on llvm code by r257375.

llvm-svn: 257479
This commit is contained in:
Adhemerval Zanella 2016-01-12 15:16:34 +00:00
parent 5e1d5a789a
commit c52448872b
1 changed files with 0 additions and 1 deletions

View File

@ -4,7 +4,6 @@
// RUN: FileCheck %s < %t.out && FileCheck %s < %t.out
// Test origin propagation through insertvalue IR instruction.
// REQUIRES: stable-runtime
#include <stdio.h>
#include <stdint.h>