Go to file
Renato Golin 51c25b0818 Pattern-matched variables in post-inc-icmpzero.ll
Test was failing for clang-native-arm-cortex-a9 build-bot configuration.
The reason for the failure was the test was using hardcoded names.
The attached patch fixes this failure by replacing the hard-coded variables
names with pattern-matched variable names.

Patch by Manish Verma, ARM

llvm-svn: 172534
2013-01-15 15:22:45 +00:00
clang Improve operator kind detection in presence of comments. 2013-01-15 14:27:39 +00:00
clang-tools-extra Test source file name in diagnostics 2013-01-14 17:01:57 +00:00
compiler-rt [asan] enable asan_allocator2 by default on Linux. Will enable it on other platforms and remove the old one later, after additional testing. The new allocator is much faster and uses less memory 2013-01-15 13:57:39 +00:00
debuginfo-tests XTARGET was removed, update debug-info tests. 2012-10-20 01:38:50 +00:00
libclc Update the copyright coredits -- Happy new year 2013! 2013-01-01 10:00:19 +00:00
libcxx Make <cmath> classification macros work with integral types. 2013-01-14 20:56:22 +00:00
libcxxabi Update the copyright coredits -- Happy new year 2013! 2013-01-01 10:00:19 +00:00
lld [ELF] Update for LLVM Object/ELF changes. 2013-01-15 07:53:22 +00:00
lldb <rdar://problem/13010909> 2013-01-15 02:59:24 +00:00
llvm Pattern-matched variables in post-inc-icmpzero.ll 2013-01-15 15:22:45 +00:00
polly clang-format goodness 2013-01-14 22:40:23 +00:00