Adjust the rest of the tests due to r224849.
authorDavid Majnemer <david.majnemer@gmail.com>
Fri, 26 Dec 2014 18:45:57 +0000 (18:45 +0000)
committerDavid Majnemer <david.majnemer@gmail.com>
Fri, 26 Dec 2014 18:45:57 +0000 (18:45 +0000)
llvm-svn: 224865

clang/test/CodeGen/bmi2-builtins.c

index 294459b..5aa54fd 100644 (file)
@@ -24,9 +24,9 @@ unsigned int test_pext_u32(unsigned int __X, unsigned int __Y) {
 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);
 }