]> granicus.if.org Git - clang/commitdiff
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)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@224865 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/bmi2-builtins.c

index 294459bd83d593b2eed625d411cdedbae6b72772..5aa54fd0ec3444348ade7af8e36d93ee658aa2a6 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);
 }