r199862 - test/CodeGen: Fix a typo
Justin Bogner
mail at justinbogner.com
Wed Jan 22 18:54:20 PST 2014
Author: bogner
Date: Wed Jan 22 20:54:20 2014
New Revision: 199862
URL: http://llvm.org/viewvc/llvm-project?rev=199862&view=rev
Log:
test/CodeGen: Fix a typo
Modified:
cfe/trunk/test/CodeGen/instr-profile.c
Modified: cfe/trunk/test/CodeGen/instr-profile.c
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/CodeGen/instr-profile.c?rev=199862&r1=199861&r2=199862&view=diff
==============================================================================
--- cfe/trunk/test/CodeGen/instr-profile.c (original)
+++ cfe/trunk/test/CodeGen/instr-profile.c Wed Jan 22 20:54:20 2014
@@ -73,7 +73,7 @@ void conditionals() {
if (0 || i) {}
}
- // PGOGEN-NOT: store {{.*}} @[EEC]],
+ // PGOGEN-NOT: store {{.*}} @[IFC]],
// PGOUSE-NOT: br {{.*}} !prof ![0-9]+
}
More information about the cfe-commits
mailing list