r224865 - Adjust the rest of the tests due to r224849.
David Majnemer
david.majnemer at gmail.com
Fri Dec 26 10:45:57 PST 2014
Author: majnemer
Date: Fri Dec 26 12:45:57 2014
New Revision: 224865
URL: http://llvm.org/viewvc/llvm-project?rev=224865&view=rev
Log:
Adjust the rest of the tests due to r224849.
Modified:
cfe/trunk/test/CodeGen/bmi2-builtins.c
Modified: cfe/trunk/test/CodeGen/bmi2-builtins.c
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/CodeGen/bmi2-builtins.c?rev=224865&r1=224864&r2=224865&view=diff
==============================================================================
--- cfe/trunk/test/CodeGen/bmi2-builtins.c (original)
+++ cfe/trunk/test/CodeGen/bmi2-builtins.c Fri Dec 26 12:45:57 2014
@@ -24,9 +24,9 @@ unsigned int test_pext_u32(unsigned int
unsigned int test_mulx_u32(unsigned int __X, unsigned int __Y,
unsigned int *__P) {
// CHECK: @test_mulx_u32
- // CHECK-NOT: mul i64
+ // CHECK-NOT: mul nuw i64
// B32: @test_mulx_u32
- // B32: mul i64
+ // B32: mul nuw i64
return _mulx_u32(__X, __Y, __P);
}
More information about the cfe-commits
mailing list