diff options
Diffstat (limited to 'test/Transforms/GlobalDCE/2009-09-03-MDNode.ll')
-rw-r--r-- | test/Transforms/GlobalDCE/2009-09-03-MDNode.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/GlobalDCE/2009-09-03-MDNode.ll b/test/Transforms/GlobalDCE/2009-09-03-MDNode.ll index 9a3d1d5..29864f8 100644 --- a/test/Transforms/GlobalDCE/2009-09-03-MDNode.ll +++ b/test/Transforms/GlobalDCE/2009-09-03-MDNode.ll @@ -1,4 +1,4 @@ -; RUN: opt %s -globaldce | llc -O0 -o /dev/null +; RUN: opt < %s -globaldce | llc -O0 -o /dev/null %struct..0__pthread_mutex_s = type { i32, i32, i32, i32, i32, i32, %struct.__pthread_list_t } %"struct.__gnu_cxx::_ConvertibleConcept<unsigned int,unsigned int>" = type { i32 } |